How to disable core-dump of varnish?

Dridi Boukelmoune dridi at varni.sh
Mon Feb 10 18:17:07 UTC 2020


On Mon, Feb 10, 2020 at 5:02 PM Veeresh Reddy <veereshreddy.r at gmail.com> wrote:
>
> Any idea on how to turn it off except for panic messages?

This?

    varnishadm param.set feature +no_coredump

Or during startup:

    varnishd [...] -p feature=+no_coredump

See `man varnishd` for other feature flags.

Dridi


More information about the varnish-misc mailing list