I'm using Dockerize in an open source project that my team is developing. I was curious if there was a way to quiet the logging output so that I get errors/timeouts, but not the delay message every 1 second.
I know I can turn logging off for the container, but still want to see the errors.
https://github.com/samtecspg/conveyor/blob/master/channel-sources/Dockerfile#L10
I'm using Dockerize in an open source project that my team is developing. I was curious if there was a way to quiet the logging output so that I get errors/timeouts, but not the delay message every 1 second.
I know I can turn logging off for the container, but still want to see the errors.
https://github.com/samtecspg/conveyor/blob/master/channel-sources/Dockerfile#L10