{ "file_level": "DEBUG", "file_name": "latest.log", "file_path": "./logs", "file_format": "{asctime} {levelname} | {prefix}{message}", "file_encoding": "utf-8", "enable_console": true, "enable_file": true, "console_color": true, "console_level": "INFO", "console_format": "{time} {levelname} | {prefix}{message}", "console_prefix": "Auto", "console_encoding": "utf-8", "asctime_format": "%Y-%m-%d %H:%M:%S", "time_format": "%H:%M:%S", "date_format": "%Y-%m-%d", "weekday_format": "%A", "level_name": { "DEBUG": "DEBUG", "INFO": "INFO", "WARN": "WARN", "ERRO": "ERRO", "CRIT": "CRIT" }, "level_color": { "DEBUG": "#c1d5ff", "INFO": "#c1ffff", "WARN": "#fff600", "ERRO": "#ffa000", "CRIT": "#ff8181" }, "time_color": "#28ffb6" }