feat: log debug log directory on startup (#8785)

This commit is contained in:
Dan Cline
2024-06-13 07:05:10 -04:00
committed by GitHub
parent 46c8255fa8
commit ce5c6e948a
2 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,8 @@ impl LogArgs {
}
/// Initializes tracing with the configured options from cli args.
///
/// Returns the file worker guard, and the file name, if a file worker was configured.
pub fn init_tracing(&self) -> eyre::Result<Option<FileWorkerGuard>> {
let mut tracer = RethTracer::new();