Skip to content
Snippets Groups Projects
Commit 24a2d716 authored by Uma's avatar Uma
Browse files

Merge branch 'log4_update' into 'master'

Fixes #1197 Max file size of log is increased

See merge request !495
parents db5a5332 7bcaf779
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ log4php.appender.A3.File=logs/installation.log
log4php.rootLogger=FATAL,A1
log4php.appender.A1=LoggerAppenderRollingFile
log4php.appender.A1.MaxFileSize=3MB
log4php.appender.A1.MaxFileSize=10MB
log4php.appender.A1.MaxBackupIndex=10
log4php.appender.A1.layout=LoggerLayoutTTCC
log4php.appender.A1.layout.ContextPrinting="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment