# Home variable is used by init.d script to precreate db dir with correct user.
# Unset if you want to manage it manually.
victorialogs_home=/var/lib/victoria-logs

# Daemon options. See "victoria-logs -help" for list.
victorialogs_opts="-storageDataPath $victorialogs_home -httpListenAddr 127.0.0.1:9428"

# Uncomment both lines if you want logs to go to syslog
#error_logger="logger -t $RC_SVCNAME"
#rc_need=logger

# Uncomment to redirect logs to a log file
#error_log="/var/log/victorialogs.log"

# Uncomment to use process supervisor
# note: error_logger does not work with this
#supervisor=supervise-daemon
