brownsys / tracing-framework

Projects related to end-to-end tracing and causal metadata propagation, such as X-Trace, Retro, and Pivot Tracing
http://brownsys.github.io/tracing-framework
BSD 3-Clause "New" or "Revised" License
86 stars 21 forks source link

Refactor logging across projects to make consistent #1

Open JonathanMace opened 7 years ago

JonathanMace commented 7 years ago

Currently using a mix of sysout and log4j, with log4j configured in no consistent way. The result is that some people don't see expected output when they follow simple tutorial steps, because, for example, they have a log4j.properties somewhere on their classpath that is messing with the intended config.