Skip to content

Commit

Permalink
Update linkerd/tracing/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Jun 14, 2024
1 parent 5483a45 commit f7c903c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd/tracing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ENV_LOG_LEVEL: &str = "LINKERD2_PROXY_LOG";
const ENV_LOG_FORMAT: &str = "LINKERD2_PROXY_LOG_FORMAT";
const ENV_ACCESS_LOG: &str = "LINKERD2_PROXY_ACCESS_LOG";

const DEFAULT_LOG_LEVEL: &str = "warn,linkerd=info,hickory_resolver=error";
const DEFAULT_LOG_LEVEL: &str = "warn,linkerd=info,hickory=error";
const DEFAULT_LOG_FORMAT: &str = "PLAIN";

#[derive(Debug, Default)]
Expand Down

0 comments on commit f7c903c

Please sign in to comment.