Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Update logging output #123

Open
ihortom opened this issue Dec 8, 2020 · 0 comments
Open

Update logging output #123

ihortom opened this issue Dec 8, 2020 · 0 comments

Comments

@ihortom
Copy link

ihortom commented Dec 8, 2020

We have started to use autogenerated datamodeling jobs. This relies on running "Generate and Run SQL Runner DAG" orchestrating task. The logs produced by it dependent on Factotum output. Here's the example

Task 'check-lock' was started at 2020-12-08 17:20:02.299623186 UTC
Task 'check-lock': succeeded after 0.1s
Task 'run-01-page-views' was started at 2020-12-08 17:20:02.582367068 UTC
Task 'run-01-page-views': succeeded after 4m, 58s

It would be more readable if the output was the standard one (timestamp precedes the info) as below for an example

2020-12-08 17:20:02.299 Task 'check-lock' started
2020-12-08 17:20:03.299 Task 'check-lock' succeeded after 0.1s
2020-12-08 17:20:02.582 Task 'run-01-page-views' was started
2020-12-08 17:26:00.123 Task 'run-01-page-views' succeeded
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant