#1224 All log entries in Worker.run() should be dumped to build-{}.log
Closed: Fixed 3 years ago by praiskup. Opened 4 years ago by praiskup.

There's some weird hack that we only dump log output from do_job(), after not failed condition

https://pagure.io/copr/copr/blob/e6e34a85e43667e1b0dec7454a67edd3616eed2e/f/backend/backend/daemons/worker.py#_219-222

This isn't correct. We should take the local_file_logger as soon as possible, even before do_job() call.


Metadata Update from @praiskup:
- Issue tagged with: code-cleanup

4 years ago

Metadata Update from @praiskup:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Btw., the log is now catenated to resultdir as backend.log.

Login to comment on this ticket.

Metadata