Files @ 7500ab6c4c30
Branch filter:

Location: libtransport.git/spectrum/src/manager-logging.cfg

Jan Kaluza
Libtransport: Fix memory leak in HTTPRequest, initialize CURL in the same thread as we use for its cleanup
log4j.rootLogger=debug, R

log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=/var/log/spectrum2/spectrum_manager.log

log4j.appender.R.MaxFileSize=10000KB
# Keep one backup file
log4j.appender.R.MaxBackupIndex=1

log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%d %-5p %c: %m%n