GoogleCloudPlatform / metacontroller

Lightweight Kubernetes controllers as a service
https://metacontroller.app/
Apache License 2.0
792 stars 111 forks source link

Add option to log in json format #167

Open grzesuav opened 5 years ago

grzesuav commented 5 years ago

For use in ELK the log need to be in json format.

enisoc commented 5 years ago

Has anyone had good experience with a Go logging library that supports JSON output?

A couple that I've seen in the wild are:

Once we pick one, it should be pretty mechanical to go through and switch it out.