1 parent 0142747 commit 2725153Copy full SHA for 2725153
1 file changed
src/config/defaults.rs
@@ -5,7 +5,7 @@ use dirs;
5
pub const DEFAULT_GRPC_PORT: u16 = 50051;
6
7
/// Default log level
8
-pub const DEFAULT_LOG_LEVEL: &str = "info";
+pub const DEFAULT_LOG_LEVEL: &str = "error";
9
10
/// Default maximum cover art size in MB
11
pub const DEFAULT_MAX_COVER_ART_SIZE_MB: u32 = 10;
0 commit comments