mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Added logger message
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -988,6 +988,7 @@ class lf_libs:
|
||||
sta.split(".")[2])
|
||||
station_info_ = self.json_get(sta_url_)
|
||||
dict_data_ = station_info_["interface"]
|
||||
logging.info("station data after port reset" + str(dict_data_))
|
||||
temp_dict[i] = dict_data_[i]
|
||||
sta_dict[sta] = temp_dict
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user