Closed merklefruit closed 2 months ago
Added the ability to start tracing to stdout with the following options:
stdout
RUST_LOG
hera=info
RUST_LOG_TARGET
0
RUST_LOG_STYLE
never
Also initialized a Prometheus subscriber on the provided port. Tested on the Hera binary.
closes #33
Added the ability to start tracing to
stdout
with the following options:RUST_LOG
directives. Falls back tohera=info
if not provided.RUST_LOG_TARGET
(don't show it only when set to0
)RUST_LOG_STYLE
(don't use it only if set tonever
)Also initialized a Prometheus subscriber on the provided port. Tested on the Hera binary.
closes #33