Skip to content

Commit

Permalink
fix: no config file log level error #77
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Jan 4, 2024
1 parent 409e8a9 commit 469d10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Config {
ice_servers: default_ice_servers(),
listen: default_listen(),
auth: Default::default(),
log: Default::default(),
log: default_log(),
}
}
}
Expand Down

0 comments on commit 469d10d

Please sign in to comment.