Hello,
I am trying to turn up the level of logging in the log4php.properties file, but I only ever see fatal errors in my log file. Here is my properties file:
log4php.appender.A2=LoggerAppenderRollingFile
log4php.appender.A2.MaxFileSize=10MB
log4php.appender.A2.MaxBackupIndex=5
log4php.appender.A2.layout=LoggerLayoutTTCC
log4php.appender.A2.layout.ContextPrinting="true"
log4php.appender.A2.layout.DateFormat="%c"
log4php.appender.A2.File=./sugarcrm.log
//log4php.rootLogger=fatal, A2
//log4php.rootLogger=error, A2
//log4php.rootLogger=warn, A2
//log4php.rootLogger=info, A2
log4php.rootLogger=debug, A2
Is there anything else I need to do in order to get more messages then just fatal in my log? We have changed this before without any issue, so I'm a bit confused now. I am running the 5.1 beta version, so maybe something with that?
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks