Skip to content

Commit 2725153

Browse files
committed
chore: update default config to use error log level instad of info to avoid cluttering interactive mode by default
1 parent 0142747 commit 2725153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/defaults.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use dirs;
55
pub const DEFAULT_GRPC_PORT: u16 = 50051;
66

77
/// Default log level
8-
pub const DEFAULT_LOG_LEVEL: &str = "info";
8+
pub const DEFAULT_LOG_LEVEL: &str = "error";
99

1010
/// Default maximum cover art size in MB
1111
pub const DEFAULT_MAX_COVER_ART_SIZE_MB: u32 = 10;

0 commit comments

Comments
 (0)