create_l3, create_l3_stations: Add logger support

Improve pass/fail reporting, and add TODO for future work.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2022-01-31 14:59:03 -08:00
committed by shivam
parent f64e7aa11e
commit 3a3b6f5336
2 changed files with 39 additions and 20 deletions

View File

@@ -145,4 +145,9 @@ if __name__ == "__main__":
default=0000)
args = parser.parse_args()
logger_config = lf_logger_config.lf_logger_config()
# set the logger level to requested value
logger_config.set_level(level=args.log_level)
logger_config.set_json(json_file=args.lf_logger_config_json)
main(args)