This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 577
Verbose log of workers #579
Comments
A PR would be welcome for this. |
OK, I will do this tonight. |
I removed two of my own comments because it's my fault. |
Thanks for merging it quickly. I hope it will get on the master soon. |
Thank you! The next release is coming up soon. So it won't be a long wait. :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Today I tried to use the simple worker. and I found the log level for "Performing" (worker/simple.go#L75) and "Completed" (worker/simple.go#L89) is Info. I think it can be Debug level because this logs need to be suppressed when I put this app in production.
The text was updated successfully, but these errors were encountered: