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