Fixed
Details
Assignee
Matt BrozowskiMatt BrozowskiReporter
Ken EshelbyKen EshelbyComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Matt Brozowski
Matt BrozowskiReporter
Ken Eshelby
Ken EshelbyComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 18, 2014 at 3:12 PM
Updated June 20, 2016 at 12:39 AM
Resolved June 20, 2016 at 12:39 AM
By default, instrumentation.log default logging level is DEBUG. This is good because it allows the Instrumentation Log Reader to collect time differences and do it's job in the UI.
This is bad, because users going through logging will tend to set this to a higher level, such as WARN. A simple fix could be a comment to the effect of:
(log4j.properties)
Instrumentation
NOTE: Instrumentation logging is set to DEBUG by default to allow Instrumentation Log Reader functionality
log4j.category.Instrumentation=DEBUG, INSTRUMENT