Files
survey-manager/survey-nginx/htdocs/vtiger_crm/log4php.properties
Matthew Raymer dc3bd7f715 Updates
2024-07-21 09:09:40 +00:00

12 lines
333 B
INI
Executable File

log4php.appender.A2=LoggerAppenderRollingFile
log4php.appender.A2.MaxFileSize=3MB
log4php.appender.A2.MaxBackupIndex=10
log4php.appender.A2.layout=LoggerLayoutTTCC
log4php.appender.A2.layout.ContextPrinting="true"
log4php.appender.A2.layout.DateFormat="%c"
log4php.appender.A2.File=vtigercrm.log
log4php.rootLogger=debug, A2