Enabling "Debug" logging actually enables Trace

Description

If debug logging is enabled, i.e.

log.debug.enabled = true

then this actually enables all logging - i.e. including trace.

One effect of this is that if you're using the Hazelcast plugin with debug enabled, your logs fill up pretty quickly.

Environment

None

Activity

Greg Thomas 
January 25, 2019 at 2:04 PM

Fixed in https://github.com/igniterealtime/Openfire/pull/1277

This has two changes;

  1. Enabling debug logging no longer enables trace logging

  2. A new property, log.trace.enabled, which if set to true will enable trace logging and above. Note; as this is really only for use in special circumstances, there is no trace.log file (output instead is in all.log) and no specific UI for changing. Instead, it's necessary to change the property via the System Properties screen.

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created January 25, 2019 at 12:09 PM
Updated June 28, 2019 at 2:24 PM
Resolved January 25, 2019 at 3:09 PM