openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

ovs-vswitchd.log ovsdb-server.log log file size unlimited increase #193

Closed qjwu888 closed 4 years ago

qjwu888 commented 4 years ago

Hi : openvswitch-2.13.0

Just one question:

How to set the ovsdb-server.log and ovsdb-server.log size, if eq the size,then reopen or rewite it. Don't increase great than the size. Could anyone can help me?

igsilya commented 4 years ago

OVS doesn't handle log rotation. You could configure logrotate (https://linux.die.net/man/8/logrotate) daemon that available in most linux distributions. Configuration examples:

For your case, you will need to use 'size' or 'maxsize' options.