moby--moby/daemon/logger/loggerutils
Sebastiaan van Stijn 07b51ed300 Don't log error if file is already closed
When closing the log-file, and the file is already
closed, there's no need to log an error.

This patch adds a `closed` boolean to check if the
file was closed, and if so, skip closing the file.
This prevents errors like this being logged:

    level=error msg="Error closing logger: invalid argument"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-05-29 17:42:37 +02:00
..
log_tag.go
log_tag_test.go
rotatefilewriter.go Don't log error if file is already closed 2017-05-29 17:42:37 +02:00