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 Sep 29, 2021
1 parent 57ad1ed commit 67db126
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 @@ -1616,7 +1616,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 67db126

Please sign in to comment.