mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
fw: move version and cmd line logging to main()
Move the logging of the WA version and command line used to invoke it from run command into main() inside entrypoint. That way, these will be the first entries in the log file, now that early log records are no longer lost.
This commit is contained in:
committed by
Marc Bonnici
parent
1e750c659b
commit
7cf0b881c1
@@ -24,7 +24,6 @@ from wa.framework import pluginloader
|
||||
from wa.framework.configuration.parsers import AgendaParser
|
||||
from wa.framework.execution import Executor
|
||||
from wa.framework.output import init_run_output
|
||||
from wa.framework.version import get_wa_version
|
||||
from wa.framework.exception import NotFoundError, ConfigError
|
||||
from wa.utils import log
|
||||
from wa.utils.types import toggle_set
|
||||
|
Reference in New Issue
Block a user