When I run zymkey --help on a new version of raspbian 64 bit I get the following error message indicating that the log files are in the wrong location:
pi@raspberrypi64:~ $ zymkey --help
Traceback (most recent call last):
File "/usr/local/bin/zymkey", line 5, in <module>
from zymkey.entrypoints import main
File "/usr/local/lib/python3.9/dist-packages/zymkey/entrypoints.py", line 8, in <module>
setup_logging()
File "/usr/local/lib/python3.9/dist-packages/cmdline/logconfig.py", line 41, in setup_logging
raise LogconfigError('Unable to find logconfig in {}'.format(paths))
cmdline.exceptions.LogconfigError: Unable to find logconfig in ['/usr/cmdline/importlib/logconfig.yml', '/usr/etc/zymkey/logconfig.yml', '/home/pi/.zymkey/logconfig.yml']
The zymkey is working and the system is booting properly otherwise (albeit the shutdown command hangs - see seperate thread)