Skip to content

Commit cff03f7

Browse files
authored
send tracing events as logs (#56)
1 parent 56ae8ad commit cff03f7

File tree

5 files changed

+234
-238
lines changed

5 files changed

+234
-238
lines changed

examples/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
1717
.with_console(None)
1818
.finish()?;
1919

20-
logfire::info!("Hello, world!");
20+
tracing::info!("Hello, world!");
2121

2222
{
2323
let _span = logfire::span!("Asking the user their {question}", question = "age").entered();

0 commit comments

Comments
 (0)