mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
default log level DEBUG -> INFO (#2420)
This commit is contained in:
parent
f66bf3cb05
commit
feac0cad3d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ impl Default for LoggingConfig {
|
||||||
log_to_stdout: true,
|
log_to_stdout: true,
|
||||||
stdout_log_level: LogLevel::Warning,
|
stdout_log_level: LogLevel::Warning,
|
||||||
log_to_file: true,
|
log_to_file: true,
|
||||||
file_log_level: LogLevel::Debug,
|
file_log_level: LogLevel::Info,
|
||||||
log_file_path: String::from("grin.log"),
|
log_file_path: String::from("grin.log"),
|
||||||
log_file_append: true,
|
log_file_append: true,
|
||||||
log_max_size: Some(1024 * 1024 * 16), // 16 megabytes default
|
log_max_size: Some(1024 * 1024 * 16), // 16 megabytes default
|
||||||
|
|
Loading…
Reference in a new issue