mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
lf_tx_power.py : moved probe dump back to logg.info
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
ef63f4cf36
commit
eae613b77f
@@ -1789,9 +1789,9 @@ def main():
|
||||
"--cli_cmd", "probe_port 1 %s %s" % (lfresource, lfstation)], capture_output=True, check=True)
|
||||
pss = port_stats.stdout.decode('utf-8', 'ignore')
|
||||
# for debug: print the output of lf_portmod.pl and the command used
|
||||
logg.debug("######## lf_portmod ######### ")
|
||||
logg.debug(pss)
|
||||
logg.debug("######## lf_portmod END ######### ")
|
||||
logg.info("######## lf_portmod ######### ")
|
||||
logg.info(pss)
|
||||
logg.info("######## lf_portmod END ######### ")
|
||||
|
||||
if (args.show_lf_portmod):
|
||||
logg.info("./lf_portmod.pl --manager {} --card {} --port_name {} --cli_cmd probe_port 1 {} {}".format(lfmgr,
|
||||
|
||||
Reference in New Issue
Block a user