mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-05 05:07:59 +00:00
cisco_wifi_ctl.py : bug fix for std out
This commit is contained in:
@@ -139,7 +139,6 @@ def main():
|
|||||||
logg = logging.getLogger(__name__)
|
logg = logging.getLogger(__name__)
|
||||||
logg.setLevel(logging.DEBUG)
|
logg.setLevel(logging.DEBUG)
|
||||||
file_handler = None
|
file_handler = None
|
||||||
if (logfile is not None):
|
|
||||||
if (logfile != "stdout"):
|
if (logfile != "stdout"):
|
||||||
file_handler = logging.FileHandler(logfile, "w")
|
file_handler = logging.FileHandler(logfile, "w")
|
||||||
file_handler.setLevel(logging.DEBUG)
|
file_handler.setLevel(logging.DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user