This message was deleted.
# general
s
This message was deleted.
v
k
If you are using the
supervise
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:
Copy code
s10000000
n1
N5
t604800
(see man page for the meanings) And run the services for startup like
Copy code
bin/supervise -c conf/supervise/quickstart.conf --svlogd-conf syslogd.conf
a
Thanks Vijay & Kyle
k
oops - last line should be
svlogd.conf
not
syslogd.conf
Copy code
bin/supervise -c conf/supervise/quickstart.conf --svlogd-conf svlogd.conf