2 Replies Latest reply on Jun 21, 2007 12:16 PM by kukeltje

    Log problems

    dmlloyd

      My test instance of jBPM wrote 21GB of logs in 5 days (mainly the timer servlet). We should have a look at changing much of the logging from debug level to trace level.

      One of the important guidelines for choosing between debug and trace is whether the log messages scale with the application usage. In the case of the timer servlet, they do, so the log level for timer messages should be trace.