mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
wifi_ctl_9800_3504: change debug to info
This commit is contained in:
@@ -128,7 +128,7 @@ class FileAdapter(object):
|
||||
data = data.strip() # ignore leading/trailing whitespace
|
||||
if data: # non-blank
|
||||
# 6/3/2022 set to debug
|
||||
self.logger.debug(data)
|
||||
self.logger.info(data)
|
||||
|
||||
def flush(self):
|
||||
pass # leave it to logging to flush properly
|
||||
|
||||
Reference in New Issue
Block a user