mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +00:00 
			
		
		
		
	cisco_wifi_ctl.py , lf_cisco_power.py have stdout use basicConfig, it will
duplicate log messages will need to address later.
This commit is contained in:
		| @@ -150,7 +150,7 @@ def main(): | ||||
|            file_handler.setLevel(logging.DEBUG) | ||||
|            file_handler.setFormatter(formatter) | ||||
|            logg.addHandler(file_handler) | ||||
|            logg.addHandler(logging.StreamHandler(sys.stdout)) | ||||
|            logging.basicConfig(format=FORMAT, handlers=[console_handler]) | ||||
|        else: | ||||
|            # stdout logging | ||||
|            logging.basicConfig(format=FORMAT, handlers=[console_handler]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere