Expected behavior:
A clear and concise description of what you expected to happen.
Screenshots:
If applicable, add screenshots to help explain your problem.
Version info: 1.8
Logs:
Traceback (most recent call last):
File "/volvoAAOS2mqtt/./main.py", line 11, in
setup_logging()
File "/volvoAAOS2mqtt/util.py", line 53, in setup_logging
if settings["debug"]:
File "/usr/local/lib/python3.9/site-packages/dynaconf/utils/functional.py", line 19, in inner
return func(self._wrapped, *args)
File "/usr/local/lib/python3.9/site-packages/dynaconf/base.py", line 306, in getitem
raise KeyError(f"{item} does not exist")
KeyError: 'debug does not exist'
Describe the bug container not starting
To Reproduce:
Expected behavior:
A clear and concise description of what you expected to happen.
Screenshots:
If applicable, add screenshots to help explain your problem.
Version info: 1.8
Logs: Traceback (most recent call last): File "/volvoAAOS2mqtt/./main.py", line 11, in
setup_logging()
File "/volvoAAOS2mqtt/util.py", line 53, in setup_logging
if settings["debug"]:
File "/usr/local/lib/python3.9/site-packages/dynaconf/utils/functional.py", line 19, in inner
return func(self._wrapped, *args)
File "/usr/local/lib/python3.9/site-packages/dynaconf/base.py", line 306, in getitem
raise KeyError(f"{item} does not exist")
KeyError: 'debug does not exist'