-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle macOS daemon issue and logging changes
- `daemon.py`: Skip health check on macOS with platform check π - `daemonize.py`: Add debug logging to file and fix detach setting π - Modify `spawn` function to pass and handle `detach` parameter π These changes address a compatibility issue with macOS, where the peer health check was causing failures. By utilizing a platform check, macOS subsequently bypasses this step. Additionally, logging aids debugging by providing insights when the daemonize function is entered. Adjusting the detach behavior in the `spawn` function ensures the daemon process is initiated properly.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters