mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #44398 from thaJeztah/daemon_logger_godoc
daemon/logger: fix godoc
This commit is contained in:
commit
98f36bba9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue