shiblon/entroq

show we have a logger?

Closed this issue · 4 comments

Currently I get such logs in between my app logs, and I have no way to trace it back to the connected worker.

2023/06/18 20:08:26 Rewriting delete version 1 => 2

Does it make sense to add a logger?
How would you suggest implementing it? I can implement and submit a PR

Those log lines are actually pretty spammy and probably not necessary except for debugging. Would you be solving the spam problem with a logger, or some other set of problems? The best fix might be to just remove those log lines, since they don't tell you anything useful.

I would like to capture some internal errors from the workers etc.
But as of the spam, I don't find any use for it and it might be an easy solution to just comment them out

OK, I just committed a new version with reduced log spam, tagged v0.8.8