fix statemachine create_root_snapshot and retry timing

This commit is contained in:
Nick Sweeting 2024-11-17 22:57:09 -08:00
parent 67c22b2df0
commit 1ec2753664
No known key found for this signature in database
8 changed files with 48 additions and 40 deletions

View file

@ -65,10 +65,14 @@ else:
# print(f'[!] WARNING: data/logs dir does not exist. Logging to temp file: {ERROR_LOG}')
pass
LOG_LEVEL_DATABASE = 'WARNING' # if DEBUG else 'WARNING'
LOG_LEVEL_DATABASE = 'WARNING'
LOG_LEVEL_REQUEST = 'WARNING' # if DEBUG else 'WARNING'
# UNCOMMENT TO LOG ALL SQL QUERIES:
# LOG_LEVEL_DATABASE = 'DEBUG'
# db_logger = logging.getLogger('django.db.backends')
# db_logger.setLevel(logging.DEBUG)
# db_logger.addHandler(logging.StreamHandler())
SETTINGS_LOGGING = {