pub(crate) fn init_logging() -> WorkerGuardExpand 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.
pub(crate) fn init_logging() -> WorkerGuardInitialize 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.