Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
12
etc/log.conf.original
Normal file
12
etc/log.conf.original
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# WebGUI uses the log4perl logging system. This default configuration file
|
||||
# will work out of the box and will log only ERROR and FATAL level messages to
|
||||
# /var/log/webgui.log. This is only the beginning of what this logging
|
||||
# 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 = ERROR, mainlog
|
||||
log4perl.appender.mainlog = Log::Log4perl::Appender::File
|
||||
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