1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 04:49:00 +00:00
Sergei Trofimov 04ab336afc fw: fix error logging
- Keep track of logged exceptions inside log_error itself.
- signal: log the exception, if there is one  in the finally clause of
  the  signal wrapper; this will ensure that the error will be logged
  closer to the command that originated.
- entrypoint: use log.log_error for top-level error logging, rather than
  the  entrypoint logger directly; this will ensure that errors are not
  repeated unnecessarily.
- Log CTRL-C message at zeroth indent level to make it easier to see in
  the  non-verbose output where it occurred.
2018-03-08 11:18:12 +00:00
..
2017-02-21 15:02:28 +00:00
2018-03-08 11:18:12 +00:00
2018-03-08 11:18:12 +00:00
2018-02-16 13:56:03 +00:00
2017-12-07 15:37:49 +00:00
2018-03-08 11:18:12 +00:00
2017-02-21 15:02:28 +00:00