mcuadros / ofelia

A docker job scheduler (aka. crontab for docker)
MIT License
3.12k stars 178 forks source link

feat(config): add support for output format configuration #300

Open neBM opened 2 months ago

neBM commented 2 months ago

Logging events with a hardcoded logging format adds to complexity when submitted to logging agros such as an ELK stack.

Short of bringing in encoders to keep the implementation as lightweight as possible, this MR adds support for docker label injected logging format strings.