init_logging

Function init_logging 

Source
pub(crate) fn init_logging() -> WorkerGuard
Expand description

Initialize tracing with dual output: JSON rolling file + human-readable stderr. Returns a guard that must be held for the lifetime of the app to ensure log flushing.