mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
cisco_wifi_ctl.py: config logging debug console disable
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user