-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
Description
Hi!
When running varnish in for example a Kubernetes environment, the container is regularly restarted as part of upgrades.
I have noticed that everytime the container receives a SIGTERM signal (which it gets everytime it is restarted) it prints.
Error: Manager got SIGTERM
I would not classify it as an "application error" when the container receives a SIGTERM signal during an expected rolling upgrade.
This "Error" is then also sent to the logging stack and creates noise in the logging dashboards.
It is fully possible to get around this with some custom log filtering, but it would be nice if the log level got changed at source!