diff --git a/daemon/logger/logger.go b/daemon/logger/logger.go index 480932cd03..d3e9da1053 100644 --- a/daemon/logger/logger.go +++ b/daemon/logger/logger.go @@ -87,7 +87,7 @@ type ReadConfig struct { // LogReader is the interface for reading log messages for loggers that support reading. type LogReader interface { - // Read logs from underlying logging backend + // ReadLogs reads logs from underlying logging backend. ReadLogs(ReadConfig) *LogWatcher }