mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
test_ip_variable_time.py changed to use log_level
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
3a3b6f5336
commit
02d8f29d6a
@@ -622,9 +622,8 @@ python3 ./test_ip_variable_time.py
|
||||
# set up logger
|
||||
logger_config = lf_logger_config.lf_logger_config()
|
||||
|
||||
# set the logger level to debug
|
||||
if args.debug:
|
||||
logger_config.set_level_debug()
|
||||
# set the logger level to requested level
|
||||
logger_config.set_level(level=args.log_level)
|
||||
|
||||
# lf_logger_config_json will take presidence to changing debug levels
|
||||
if args.lf_logger_config_json:
|
||||
|
||||
Reference in New Issue
Block a user