Only info logging by default.
This commit is contained in:
parent
b0430700b5
commit
9eb15be5ce
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ enum Action {
|
||||||
|
|
||||||
// TODO: create a general lock while we are running to avoid running system-manager concurrently
|
// TODO: create a general lock while we are running to avoid running system-manager concurrently
|
||||||
fn main() -> ExitCode {
|
fn main() -> ExitCode {
|
||||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("debug")).init();
|
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("info")).init();
|
||||||
handle_toplevel_error(go(Args::parse()))
|
handle_toplevel_error(go(Args::parse()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue