This commit is contained in:
parent
c19ab05802
commit
f3b49fb32d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ pub struct DomainProvider {
|
|||
#[tokio::main]
|
||||
async fn main() {
|
||||
if std::env::var("RUST_LOG").is_err() {
|
||||
std::env::set_var("RUST_LOG", "tricot=info")
|
||||
std::env::set_var("RUST_LOG", "d53=info")
|
||||
}
|
||||
tracing_subscriber::fmt()
|
||||
.with_writer(std::io::stderr)
|
||||
|
|
Loading…
Reference in a new issue