You are here:Home»KB»Programming»General»Redmine»Further Redmine Settings
Saturday, 31 January 2015 18:16

Further Redmine Settings

Written by

Changing the Logging Level

If you discover that your log file is filling up with lots of uneeded information you can change the logging level from the default.

in the {redmine}/config/additional_enviroment.rb file you can change the logging level. By either adding the line or un-remming one that is present. When you set the error loggin level to error you will only get errors logged to the log file. This will affect both enviroments.

  • config.log_level = : debug
  • config.log_level = : error

The log levels available are: :debug, :info, :warn, :error, :fatal, and :unknown, which correspond to the integers 0-5.

Logging Links

Read 887 times Last modified on Wednesday, 11 February 2015 21:08