-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
qualityImprove repurposability of the project without changing its behaviourImprove repurposability of the project without changing its behaviouruser experience
Description
- 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.
Metadata
Metadata
Assignees
Labels
qualityImprove repurposability of the project without changing its behaviourImprove repurposability of the project without changing its behaviouruser experience