Skip to content

Commit

Permalink
Update ovs to use info logging for docker swarm mode (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahou82 authored Nov 20, 2017
1 parent 6b5a39e commit c712509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/netContain/scripts/ovsInit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ovsdb-server --remote=punix:/var/run/openvswitch/db.sock \
--private-key=db:Open_vSwitch,SSL,private_key \
--certificate=db:Open_vSwitch,SSL,certificate \
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
--log-file=/var/contiv/log/ovs-db.log -vsyslog:dbg -vfile:dbg \
--log-file=/var/contiv/log/ovs-db.log -vsyslog:info -vfile:info \
--pidfile --detach /etc/openvswitch/conf.db

echo "INFO: Starting ovs-vswitchd"
Expand Down

0 comments on commit c712509

Please sign in to comment.