You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since some point during development logs made with Go's log package no longer get formatted correctly. The line number appears in front instead of at the end.
A lot of logs point to log_limiter.go as the file making the log, which is not helpful.
Context-cancellation as performed by reportWorkersResult() should explain why the context was cancelled.
Any URLs being contacted should be logged directly, and the corresponding determined proxy URL should instead only be logged if it is different.
The text was updated successfully, but these errors were encountered:
log
package no longer get formatted correctly. The line number appears in front instead of at the end.log_limiter.go
as the file making the log, which is not helpful.reportWorkersResult()
should explain why the context was cancelled.The text was updated successfully, but these errors were encountered: