mozilla-services / updatebot

Automation for updating third party libraries for Firefox
Mozilla Public License 2.0
8 stars 5 forks source link

Improve logging to include library name and job id #354

Closed maltejur closed 4 months ago

maltejur commented 4 months ago

Closes #347

Due to the way each provider has its own logging provider, I was only able to implement the proposed "context" as one global value. That means every logging provider shares the same context, but I think that is exactly want we want.