What is the problem you're trying to solve
We ran into an issue where fetching an image was taking longer than needed. Knowing the URL would have made diagnostics a lot quicker.
Currently logging of the URL is in Debug but isn't too helpful in a prod environment where knowing which URLs have failed would lead to quicker diagnostics.
Describe the solution you'd like
Moving the log level from Debug to Info
And I'd be happy to implement this we agree on this
What is the problem you're trying to solve
We ran into an issue where fetching an image was taking longer than needed. Knowing the URL would have made diagnostics a lot quicker.
Currently logging of the URL is in
Debugbut isn't too helpful in a prod environment where knowing which URLs have failed would lead to quicker diagnostics.Describe the solution you'd like
Moving the log level from
DebugtoInfoAnd I'd be happy to implement this we agree on this