cisco_wifi_ctl.py: config logging debug console disable

This commit is contained in:
Chuck SmileyRekiere
2020-10-28 12:11:35 -06:00
parent cda4ad39ed
commit dc8745a26d

View File

@@ -1117,7 +1117,7 @@ def main():
if i == 1:
logg.info("did not get the (config)# prompt")
else:
command = "config logging console debugging disable"
command = "config logging debug console disable"
if (args.action == "line_console_0"):
logg.info("send: line console 0")