mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	logging: Add set_json logic to lf_logger_config
This will be common code, put it in the helper class. Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
		@@ -127,6 +127,7 @@ def main():
 | 
			
		||||
 | 
			
		||||
    # 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)
 | 
			
		||||
 | 
			
		||||
    num_sta = 2
 | 
			
		||||
    if (args.num_stations is not None) and (int(args.num_stations) > 0):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user