PyProject version update, testing logging

This commit is contained in:
Clemens Schwaighofer
2025-07-09 16:16:02 +09:00
parent 67f1a6688d
commit 08cb994d8d
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ def main():
log_path=script_path.joinpath('log', 'test.log'),
log_name="Test Log",
log_settings={
"log_level_console": 'DEBUG',
"log_level_console": 'INFO',
"log_level_file": 'DEBUG',
# "console_color_output_enabled": False,
}