Merge "logging: send all logs to the console" into main
This commit is contained in:
commit
118f19ece5
@ -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"
|
||||
|
@ -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 }} \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user