????
Current Path : C:/inetpub/vhost/redmine/config/ |
Current File : C:/inetpub/vhost/redmine/config/additional_environment.rb |
# Copy this file to additional_environment.rb and add any statements # that need to be passed to the Rails::Initializer. `config` is # available in this context. # # Example: # # config.log_level = :debug # ... # #Logger.new(PATH,NUM_FILES_TO_ROTATE,FILE_SIZE) config.logger = Logger.new('C:/inetpub/vhost/redmine/log/production.log', 2, 5 * 1024 * 1024) config.logger.level = Logger::INFO