-
Notifications
You must be signed in to change notification settings - Fork 986
Closed
Milestone
Description
We may want to consider changing this to INFO
as this is going to get pretty verbose on every node.
Lines 53 to 60 in bb933dc
impl Default for LoggingConfig { | |
fn default() -> LoggingConfig { | |
LoggingConfig { | |
log_to_stdout: true, | |
stdout_log_level: LogLevel::Warning, | |
log_to_file: true, | |
file_log_level: LogLevel::Debug, | |
log_file_path: String::from("grin.log"), |
Metadata
Metadata
Assignees
Labels
No labels