Results 1 to 2 of 2

Thread: Logging issues

  1. #1
    bwyman is offline Member
    Join Date
    Apr 2008
    Posts
    7

    Default Logging issues

    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

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Logging issues

    This is the correct way to do this. Perhaps you are not changing the correct file or there is some file permissions problem.
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 74
    Last Post: 2010-11-18, 11:22 PM
  2. Issues with upgrade to 5.0 related to PHP version?
    By clint in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2008-06-21, 01:06 AM
  3. Logging problem...
    By Sabicho in forum General Discussion
    Replies: 0
    Last Post: 2007-02-09, 03:06 PM
  4. Help w/ Sugar's logging mechanism
    By Tempo in forum General Discussion
    Replies: 0
    Last Post: 2005-12-01, 08:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •