Announcement

Collapse
No announcement yet.

Release 7.4.0: logging.properties entry to control which exceptions are logged.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.0: logging.properties entry to control which exceptions are logged.

    For this, the logging has been extended and an example property is being added to the logging.properties file that controls the log level of the class responsible for logging exceptions

    The following has to be added to logging.properties:

    # A switch to control which exceptions are logged to the log file
    # Set this to ALL to log all exceptions
    com.openexchange.ajax.requesthandler.DispatcherSer vlet.level=INFO

    In and of itself this changes nothing, but provides a convenient pointer as to how to turn on more detailed exception logging.
Working...
X