2022.10.6 - Logging exception when no config exists #95
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I get this error when i call logger.info(...):
File "sh_cpl/src/cpl_core/logging/logger_service.py", line 36, in init
self._log = Template(self._log_settings.filename).substitute(
AttributeError: 'NoneType' object has no attribute 'filename'
I didn't configure logging.
I would expect detailed exceptions.
Logging exception when no config existsto 2022.10.6 - Logging exception when no config exists