Skip to content

Commit

Permalink
feat: Changed log format to compact log format
Browse files Browse the repository at this point in the history
This is better for end-users. An option to configure log format could be
implemented later.
  • Loading branch information
Isawan committed Aug 12, 2023
1 parent cf74f74 commit 95a262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async fn main() {

tracing_subscriber::fmt()
.with_env_filter(EnvFilter::from_default_env())
.pretty()
.compact()
.init();

let metric_handle = PrometheusBuilder::new()
Expand Down

0 comments on commit 95a262a

Please sign in to comment.