log4j2.xml passes WARN level logs by default

Description

<!-- Allow any message to pass through the root logger -->
<root level="WARN">

Default used to be DEBUG (or TRACE?) and requires users to now set this for DEBUG level logging, which they won't be aware of given prior setting.

This should either be reverted to DEBUG or documented (if setting to DEBUG induces a performance cost).

The KeyValuePair for syslogd has also disappeared from the default config

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Benjamin Reed June 23, 2016 at 12:17 PM

I've gone ahead and updated the release docs to put the root logger back to DEBUG. This was a side-effect of changing the root logger from TRACE to DEBUG because of Cassandra's excessive logging in embedded Newts.

Fixed

Details

Assignee

Reporter

Components

Affects versions

Priority

PagerDuty

Created June 15, 2016 at 12:47 PM
Updated February 15, 2018 at 8:49 PM
Resolved June 23, 2016 at 12:17 PM

Flag notifications