Slackbot
01/09/2023, 10:23 AMVijay Narayanan
01/09/2023, 10:36 AMKyle Hoondert
01/09/2023, 11:00 AMsupervise configs, the rotation of these logs is controlled with svlogd http://smarden.org/runit/svlogd.8.html#sect6
You can modify this config by creating a custom svlogd.conf file containing configuration parameters like:
s10000000
n1
N5
t604800
(see man page for the meanings)
And run the services for startup like
bin/supervise -c conf/supervise/quickstart.conf --svlogd-conf syslogd.confAshok Kumar Ragupathi
01/09/2023, 11:08 AMKyle Hoondert
01/09/2023, 12:21 PMsvlogd.conf not syslogd.conf
bin/supervise -c conf/supervise/quickstart.conf --svlogd-conf svlogd.conf