We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5a39e commit c712509Copy full SHA for c712509
scripts/netContain/scripts/ovsInit.sh
@@ -29,7 +29,7 @@ ovsdb-server --remote=punix:/var/run/openvswitch/db.sock \
29
--private-key=db:Open_vSwitch,SSL,private_key \
30
--certificate=db:Open_vSwitch,SSL,certificate \
31
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
32
- --log-file=/var/contiv/log/ovs-db.log -vsyslog:dbg -vfile:dbg \
+ --log-file=/var/contiv/log/ovs-db.log -vsyslog:info -vfile:info \
33
--pidfile --detach /etc/openvswitch/conf.db
34
35
echo "INFO: Starting ovs-vswitchd"
0 commit comments