chore: cleanup log - make "cannot restore state" a debug message (#5674)

This commit is contained in:
Xingyao Wang 2024-12-18 13:43:28 -05:00 committed by GitHub
parent 409d132747
commit 2cc6a51fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ class State:
pickled = base64.b64decode(encoded)
state = pickle.loads(pickled)
except Exception as e:
logger.warning(f'Could not restore state from session: {e}')
logger.debug(f'Could not restore state from session: {e}')
raise e
# update state