mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	New target description + moving target stuff under "framework"
Changing the way target descriptions work from a static mapping to something that is dynamically generated and is extensible via plugins. Also moving core target implementation stuff under "framework".
This commit is contained in:
		| @@ -78,7 +78,7 @@ def set_level(level): | ||||
|  | ||||
|  | ||||
| def add_file(filepath, level=logging.DEBUG, | ||||
|              fmt='%(asctime)s %(levelname)-8s %(name)s: %(message)-10.10s'): | ||||
|              fmt='%(asctime)s %(levelname)-8s %(name)10.10s: %(message)s'): | ||||
|     root_logger = logging.getLogger() | ||||
|     file_handler = logging.FileHandler(filepath) | ||||
|     file_handler.setLevel(level) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user