This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log os signals as info and exit with 0 (#28)
When receiving SIGINT or SIGTERM the application is expected to terminate and thus not exit with 1. This change makes the application log the signal and exit with 0.
- Loading branch information