Closed jvillafanez closed 6 days ago
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
5.3% Coverage on New Code
0.0% Duplication on New Code
Description
Improve the logs.
With the PR and a custom logger in the context:
With the PR and without logger in the context:
Without PR:
Related Issue
No open issue
Motivation and Context
Logs, at the very least, should have the same format
How Has This Been Tested?
Some of the "context canceled" logs happen randomly. However, it common to reproduce it by uploading several images and close the browser tab right after the upload happens, before thumbnails are generated.
Screenshots (if appropriate):
Types of changes
Checklist:
Additional considerations:
Ctx
orFromContext
method in our ocis-pkg log. This should help to remove the direct zerolog dependency.