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 abdosi committed Oct 6, 2021
1 parent fa6052e commit edaa6e5
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 @@ -1227,7 +1227,7 @@ def parse_xml(filename, platform=None, port_config_file=None, asic_name=None):
'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 edaa6e5

Please sign in to comment.