Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To enable debug mode modify <property name="RootLogLevel">INFO</property> to DEBUG.Optionally, additional log files can be specified for database operations and authentication steps that receive the sam In addition modify the value of one or more of the following properties accordingly to enable debug output with the respective debug log file: 


  • Modify <Property name="DatabaseLogLevel">off</Property> to DEBUG.
  • Modify 
    Log FileProperty
    joc-debug.log<Property name="JocLogLevel">DEBUG</Property>
    service-cluster-debug.log<Property name="ClusterLogLevel">DEBUG</Property>
    service-history-debug.log<Property name="HistoryLogLevel">DEBUG</Property>
    service-dailyplan-debug.log<Property name="DailyPlanLogLevel">DEBUG</Property>
    service-cleanup-debug.log<Property name="CleanupLogLevel">DEBUG</Property>
    authentication-debug.log
    <Property name="AuthLogLevel"
    >off<
    >DEBUG</Property>
     to DEBUG.
    connection-pool-debug.log<Property name="ConnectionPoolLogLevel">DEBUG</Property>

Log Rotation Settings

When switching to higher log levels such as DEBUG, TRACE then consider increased disc space consumption.

...