Project

General

Profile

Actions

Feature #6480

closed

Update Redmineinstall wiki to include configuration of log level if using log-rotation from logger

Added by Wicola Lation over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-09-24
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The wiki-page RedmineInstall currently shows

# Use the log-rotation from logger
config.logger = Logger.new(config.log_path, 7, 1048576)

It might be a good idea to add the setting of the log level as well, i.e.

# Use the log-rotation from logger
config.logger = Logger.new(config.log_path, 7, 1048576)
config.logger.level = Logger::INFO

This is important, because otherwise the log level defaults back to :DEBUG otherwise.

Actions #1

Updated by Felix Schäfer over 13 years ago

  • Status changed from New to Closed

I just did, thanks for the reminder :-)

(as a side-note: it's a wiki page, I think you should be able to edit it yourself should the need arise again)

Actions

Also available in: Atom PDF