1 # Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved. This file is offered as-is,
6 # without warranty of any kind.
8 /var/log/openvswitch/*.log {
12 # Tell Open vSwitch daemons to reopen their log files
13 for pidfile in `cd /var/run/openvswitch && echo *.pid`; do
14 ovs-appctl -t "${pidfile%%.pid}" vlog/reopen