github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
125 stars 13 forks source link

Replace logger with logger that supports json #129

Closed sutterj closed 3 months ago

sutterj commented 3 months ago

Is your feature request related to a problem?

The current logger's messages do not get correctly picked up by fluent bit.

Describe the solution you'd like

Implement a more configurable logger.

Describe alternatives you've considered

Winston, Pino

Additional context

No response