Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Traffic Router not logging at INFO level across all modules #1498

Closed
elsloo opened this issue Jun 7, 2016 · 0 comments · Fixed by #1549
Closed

Traffic Router not logging at INFO level across all modules #1498

elsloo opened this issue Jun 7, 2016 · 0 comments · Fixed by #1549

Comments

@elsloo
Copy link
Contributor

elsloo commented Jun 7, 2016

With the current configuration the default logging level is WARN except for the core module/package. Specifically, modify the following log4j.properties such that we have INFO log levels across all modules/packages in Traffic Router. This is required for visibility for operations – currently we're unable to tell whether or not we're reloading the Neustar database upon download, and if so when.

# Set root logger level to DEBUG and its only appender to A1.
# Valid levels are: ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, NONE
log4j.rootLogger=WARN, A1

# Set application logger levels
log4j.logger.com.comcast.cdn.traffic_control.traffic_router.core=INFO
@elsloo elsloo added this to the 1.6.0 milestone Jun 7, 2016
dneuman64 pushed a commit that referenced this issue Jun 24, 2016
Traffic Router now logs at the INFO level for any packages and classes under the  com.comcast.cdn.traffic_control.traffic_router package.  Since we are logging info for all classes under the traffic_router package we no longer need the individual package config.

This fixes #1498
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant