We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11ab44 commit 616fcd9Copy full SHA for 616fcd9
utils/src/tracing_util.rs
@@ -49,6 +49,6 @@ pub fn update_tracing_log_level(log_level: Level) {
49
eprintln!("Failed to update log level: {}", e);
50
}
51
} else {
52
- eprintln!("Logging system not initialized yet.");
+ panic!("Fatal error: Logging system not initialized. Ensure initialize_tracing() is called first.");
53
54
0 commit comments