mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
chore(cli-clap): or at least I hope chore is the right conventional commit type to use - switch println!
to a tracing
invocation (to verify that the tracing infrastructure works)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
pub fn main() {
|
pub fn main() {
|
||||||
println!("Hello, world!");
|
#[cfg(feature = "tracing")]
|
||||||
|
tracing::info!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user