Skip to content

Default DEBUG log level is probably too verbose #2419

@antiochp

Description

@antiochp

We may want to consider changing this to INFO as this is going to get pretty verbose on every node.

grin/util/src/types.rs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions