Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More descriptive logging #2

Open
roks0n opened this issue May 13, 2022 · 0 comments
Open

More descriptive logging #2

roks0n opened this issue May 13, 2022 · 0 comments

Comments

@roks0n
Copy link
Owner

roks0n commented May 13, 2022

Add name and number of the worker to the log path. This change will likely break the tests so make sure they also work.

Current:

[2022-05-13 09:33:50] INFO [kolona.workers:50] Retrying task account_deposit_checker: 1/6
[2022-05-13 09:33:50] INFO [kolona.workers:50] Retrying task account_deposit_checker: 1/6

New:

[2022-05-13 09:33:50] INFO [kolona.worker.account-worker-1:50] Retrying task account_deposit_checker: 1/6
[2022-05-13 09:33:50] INFO [kolona.worker.account-worker-2:50] Retrying task account_deposit_checker: 1/6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant