Skip to content
Snippets Groups Projects
Commit 7bcaf779 authored by Uma's avatar Uma
Browse files

Fixes #1197 Max file size of log in increased

parent 33ab9ae5
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