The shared logging setup for The Hacker App services.
Uses the tracing
ecosystem to provide logging and application tracing. Provides a console exporter using
tracing-subscriber
and optional OpenTelemetry support using
tracing-opentelemetry
. More detailed logging can be configured using the RUST_LOG
environment
variable using tracing directives.