Modifying the log output of ORY services

Good Day !

I currently have the ORY trio of Hydra, Oathkeeper and Keto running in our environment. We run on AWS.

I would like some information on the configurability of the Logging in the Apps. Namely I would like to add on tags to the logs for each application so that they can be easily identified and sorted by our logging system.

For instance:
A log would look like:
{
“application”: “ory-hydra”,
“level”: “debug”,
“msg”: “All services healthy”,
“time”: “2020-02-21T15:35:22.549125632Z”
}

This is currently not supported. Typically, such tagged logs would come from docker, kubernetes, and so on. Are you running everything one one machine?