I have installed 5.2.0a Community Edition on a shared server environment. I had the hosting company change ownership and permissions on the application root directory to the apache user. I subsequently found that there was no log4php.properties file in the application root folder. I created this file myself
but the sugarcrm.log file is not being updated. Does this file require apache ownership/ executable permissions?Code: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


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks