Skip to content

Commit

Permalink
chore: pretty logging in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Nov 1, 2023
1 parent c8aa6ad commit d20c9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chuckle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async fn main() -> anyhow::Result<()> {

// #[cfg(not(debug_assertions))]
// let registry = registry.with(tracing_subscriber::fmt::layer().json());
#[cfg(debug_assertions)]
// #[cfg(debug_assertions)]
let registry = registry.with(tracing_subscriber::fmt::layer());

registry.init();
Expand Down

0 comments on commit d20c9f7

Please sign in to comment.