aports/community/thttpd/thttpd.confd
Jakub Jirutka 3951767dcb community/thttpd: allow to disable logging debug messages to syslog
I use thttpd for exposing Prometheus metrics using CGI script. Now it
logs "spawned CGI process ..." to syslog each time the metrics endpoint
is requested which fills /var/log/messages.
2025-04-25 19:41:24 +00:00

13 lines
292 B
Bash

# Configuration for /etc/init.d/thttpd
# Path to the configuration file.
#cfgfile="/etc/$RC_SVCNAME.conf"
# Don't log debug messages to syslog.
log_debug=no
# Additional options to pass to thttpd(1).
#command_args=
# Comment out to disable process supervisor.
supervisor=supervise-daemon