ownserver icon indicating copy to clipboard operation
ownserver copied to clipboard

refactor: use logger for client output

Open Kumassy opened this issue 1 year ago • 0 comments

println -> logger

Set info as default log level

    if env::var_os("RUST_LOG").is_none() {
        env::set_var("RUST_LOG", "info");
    }

Kumassy avatar Jun 24 '23 10:06 Kumassy