Merge "logging: send all logs to the console" into main

This commit is contained in:
Zuul 2023-07-18 02:18:13 +00:00 committed by Gerrit Code Review
commit 118f19ece5
3 changed files with 5 additions and 4 deletions

View File

@ -25,4 +25,5 @@ log_msg "Starting"
--db-nb-cluster-remote-proto=ssl \
--ovn-nb-db-ssl-key={{ ovs_db.ovn_key }} \
--ovn-nb-db-ssl-cert={{ ovs_db.ovn_cert }} \
--ovn-nb-db-ssl-ca-cert={{ ovs_db.ovn_ca_cert }}
--ovn-nb-db-ssl-ca-cert={{ ovs_db.ovn_ca_cert }} \
--ovn-nb-log="-vconsole:info"

View File

@ -20,8 +20,7 @@ log_msg "Starting"
# being set
ovn-northd \
-vconsole:emer \
-vsyslog:info \
-vconsole:info \
--ovnnb-db={{ peers.db_nb_connection_strs|join(',') }} \
--ovnsb-db={{ peers.db_sb_connection_strs|join(',') }} \
-c {{ ovs_db.ovn_cert }} \

View File

@ -25,4 +25,5 @@ log_msg "Starting"
--db-sb-cluster-remote-proto=ssl \
--ovn-sb-db-ssl-key={{ ovs_db.ovn_key }} \
--ovn-sb-db-ssl-cert={{ ovs_db.ovn_cert }} \
--ovn-sb-db-ssl-ca-cert={{ ovs_db.ovn_ca_cert }}
--ovn-sb-db-ssl-ca-cert={{ ovs_db.ovn_ca_cert }} \
--ovn-sb-log="-vconsole:info"