Suppress output from Codeship service
问题 I'm testing a container in Codeship that requires a database. Using services in codeship-services.yml I'm linking the database container to the application container. The problem is the database container is printing a lot of output that gets mixed with the output of the tests. I want to get rid of the MongoDB logs completely but MongoDB doesn't have options to do that. I'm currently running it with mongod --quiet --setParameter logLevel=0 but getting a lot of output still. So I'm looking for