some cleanup and docs for the new logging system
This commit is contained in:
parent
6aa9f76a71
commit
2c145c0d22
6 changed files with 32 additions and 17 deletions
|
|
@ -28,8 +28,6 @@ dsn = DBI:mysql:www_example_com
|
|||
dbuser = webgui
|
||||
dbpass = password
|
||||
|
||||
logfile = /var/log/webgui.log
|
||||
|
||||
extrasURL = /extras
|
||||
extrasPath = /data/WebGUI/www/extras
|
||||
|
||||
|
|
@ -44,9 +42,6 @@ templateCacheType=file
|
|||
|
||||
passiveProfileInterval = 86400 # in seconds
|
||||
|
||||
emailRecoveryLoggingEnabled = 1
|
||||
passwordChangeLoggingEnabled = 1
|
||||
|
||||
paymentPlugins = ITransact
|
||||
|
||||
authMethods = LDAP, WebGUI
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
log4perl.logger = DEBUG, mainlog
|
||||
log4perl.appender.mainlog = Log::Log4perl::Appender::File
|
||||
log4perl.appender.mainlog.filename = /var/log/webguitest.log
|
||||
log4perl.appender.mainlog.filename = /var/log/webgui.log
|
||||
log4perl.appender.mainlog.layout = PatternLayout
|
||||
log4perl.appender.mainlog.layout.ConversionPattern = %d - %p - %c - %M[%L] - %m%n
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue