diff --git a/wifi_ctl_9800_3504.py b/wifi_ctl_9800_3504.py index 9167ded8..644f149e 100755 --- a/wifi_ctl_9800_3504.py +++ b/wifi_ctl_9800_3504.py @@ -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