chore: Revert default log level to info
This commit is contained in:
parent
bb8b35d885
commit
f4dcae288a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ mod shared;
|
||||||
mod ui_server;
|
mod ui_server;
|
||||||
|
|
||||||
fn init_logging() {
|
fn init_logging() {
|
||||||
botlib::logging::init_compact_logger("trace");
|
botlib::logging::init_compact_logger("info");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_port() -> u16 {
|
fn get_port() -> u16 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue