Skip to content

Commit

Permalink
Set service logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Feb 18, 2021
1 parent 4ad52ba commit a7a1d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pahkat-rpc/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn setup_logger(name: &str) -> Result<(), Error> {
))
})
.level(log::LevelFilter::Info)
.level_for("pahkat_rpc", log::LevelFilter::Trace)
.level_for("pahkat_rpc", log::LevelFilter::Debug)
.level_for("pahkat_client", log::LevelFilter::Debug)
.chain(std::io::stdout())
.chain(fern::log_file(log_path.join(format!("{}.log", name)))?)
Expand Down

0 comments on commit a7a1d65

Please sign in to comment.