mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-08-14 04:13:45 +02:00
Release v0.7 - Tools Hub, Engine Choice, NXM Link Handling, Native Component Install, NSF/CSF Support
This commit is contained in:
@@ -260,9 +260,9 @@ class LoggingHandler:
|
||||
debug_handler.setFormatter(file_formatter)
|
||||
root.addHandler(debug_handler)
|
||||
|
||||
# Console: errors only - warnings and below go to jackify.log
|
||||
# Console: DEBUG in debug mode, ERROR otherwise
|
||||
console_handler = logging.StreamHandler()
|
||||
console_handler.setLevel(logging.ERROR)
|
||||
console_handler.setLevel(logging.DEBUG if debug_mode else logging.ERROR)
|
||||
console_handler.setFormatter(console_formatter)
|
||||
root.addHandler(console_handler)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user