rfe: Default log level to ERROR
This commit is contained in:
parent
587443b801
commit
62b09b4116
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.5.0
|
||||
- rfe: Default log level to ERROR
|
||||
- Added link to return to inbox from message in inbox message template (Diona Kidd, Knowmad Technologies)
|
||||
- fix: Cannot delete private message (Diona Kidd, Knowmad Technologies)
|
||||
- fix: Delete this entry link in data form header broken
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# system is capable of. To unleash the full power read the config file manual
|
||||
# http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4perl/Config.html
|
||||
|
||||
log4perl.logger = WARN, mainlog
|
||||
log4perl.logger = ERROR, mainlog
|
||||
log4perl.appender.mainlog = Log::Log4perl::Appender::File
|
||||
log4perl.appender.mainlog.filename = /var/log/webgui.log
|
||||
log4perl.appender.mainlog.layout = PatternLayout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue