Skip to content

Commit

Permalink
Reduce logging level for RESTAPI from trace to info (#8858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukhatv authored and yxieca committed Oct 2, 2021
1 parent f2f88a0 commit 162e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-config-engine/minigraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ def parse_xml(filename, platform=None, port_config_file=None, asic_name=None, hw
'config': {
'client_auth': 'true',
'allow_insecure': 'false',
'log_level': 'trace'
'log_level': 'info'
},
'certs': {
'server_crt': '/etc/sonic/credentials/restapiserver.crt',
Expand Down

0 comments on commit 162e42a

Please sign in to comment.