spandex-project / spandex

A platform agnostic tracing library
MIT License
333 stars 53 forks source link

Logging Toggle #68

Closed zachdaniel closed 5 years ago

zachdaniel commented 6 years ago

Spandex needs to be able to toggle logging. The logger can be a big bottleneck in high traffic applications, and logging in erroneous circumstances should be opt in.

zachdaniel commented 5 years ago

We only log when the verbose flag is set now.