Suppress Nomad's logging overhead
Nomad
When managing Docker containers with Nomad, logs are handled in this wayDocker capture stdout/stderr of the containers and write them to Nomad's FIFONomad spawns 2 processes (logmon and docker_logger) per container which read the logs sent by the docker contai...