mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
cli helpers: change default log level to warn
This commit is contained in:
parent
745a85f71d
commit
b677a104d3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ pub enum LogLevel {
|
|||
|
||||
impl Default for LogLevel {
|
||||
fn default() -> Self {
|
||||
Self::Error
|
||||
Self::Warn
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue