#951 - Can not view and change the log level from the cli.

- Fixed write transaction issue in transactions_to_file.py
This commit is contained in:
Chris McCarthy
2023-06-09 22:23:45 +01:00
parent 3016f4b984
commit 4c4f351534
4 changed files with 53 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
# The main PrimAITE application config file
# Logging
log_level: 'INFO'
log_level: INFO
logger_format: '%(asctime)s::%(levelname)s::%(name)s::%(lineno)s::%(message)s'