Skip to content

Commit

Permalink
chore(server): set default log level to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 26, 2023
1 parent 49ed552 commit 4f711eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/tracing_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn build_loki_layer() -> (tracing_loki::Layer, BackgroundTask) {

pub async fn setup_loki() {
let filter = filter::Targets::new()
.with_target("rusty_controller", Level::DEBUG)
.with_target("rusty_controller", Level::TRACE)
.with_default(Level::WARN);

let registry = tracing_subscriber::registry().with(filter).with(
Expand Down

0 comments on commit 4f711eb

Please sign in to comment.