pshitt
pshitt copied to clipboard
Issue 8
To resolve the issue with running in daemon mode, we need to ensure that logging is properly initialized within the daemon context. We will move the logging setup inside the daemon context block to ensure it is properly configured when running as a daemon. Modify the daemon context block to ensure that the logging and SSH server initialization are properly handled. Move the logging setup inside the daemon context block.