Skip to content

Commit

Permalink
Merge pull request #38859 from kolyshkin/journald
Browse files Browse the repository at this point in the history
Fixes for reading journald logs
  • Loading branch information
cpuguy83 committed Aug 9, 2019
2 parents 4cc9dc7 + 20a0e58 commit c2f70da
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 182 deletions.
1 change: 0 additions & 1 deletion daemon/logger/journald/journald.go
Expand Up @@ -21,7 +21,6 @@ type journald struct {
mu sync.Mutex
vars map[string]string // additional variables and values to send to the journal along with the log message
readers map[*logger.LogWatcher]struct{}
closed bool
}

func init() {
Expand Down

0 comments on commit c2f70da

Please sign in to comment.