1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-03 20:02:39 +01:00

Revert "New target description + moving target stuff under "framework""

This reverts commit 6eb5c3681d.

was commited in error.
This commit is contained in:
Sergei Trofimov
2017-03-15 17:16:59 +00:00
parent ec109f5d0b
commit 87560550d9
7 changed files with 141 additions and 110 deletions

View File

@@ -80,7 +80,7 @@ def set_level(level):
def add_file(filepath, level=logging.DEBUG,
fmt='%(asctime)s %(levelname)-8s %(name)10.10s: %(message)s'):
fmt='%(asctime)s %(levelname)-8s %(name)s: %(message)-10.10s'):
root_logger = logging.getLogger()
file_handler = logging.FileHandler(filepath)
file_handler.setLevel(level)