-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log more details around child process start and stop (#94)
By logging the PID, it's easier to tell sessions apart. The log level has been reduced to log_debug, since there are log_info messages that better convey the state transitions in the applications. Exit code and signal number are no longer mixed up in the log. The new log messages look like this: * killall -SIGINT dockerd → "exited with exit code 0" * killall -SIGTERM dockerd → "exited with exit code 0" * killall -SIGABRT dockerd → "exited with exit code 2" * killall -SIGKILL dockerd → "was killed by signal 9" Co-authored-by: Mattias Axelsson <mattiaax@axis.com>
- Loading branch information
1 parent
9b6248e
commit e9e21a9
Showing
1 changed file
with
22 additions
and
7 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