1
0
Fork 0

Real package pog???

This commit is contained in:
Honbra 2024-01-30 20:16:04 +01:00
parent 2e36ee2758
commit ed1bd84a26
Signed by: honbra
GPG key ID: B61CC9ADABE2D952
3 changed files with 51 additions and 54 deletions

View file

@ -16,7 +16,7 @@ use crate::config::Config;
fn main() -> eyre::Result<()> {
let filter = filter::Targets::new()
.with_target("honbra_api", Level::TRACE)
.with_target("ncpn", Level::TRACE)
.with_target("tower_http::trace::on_response", Level::TRACE)
.with_target("tower_http::trace::on_request", Level::TRACE)
.with_default(Level::INFO);