Skip to content

Commit

Permalink
Downgrade fluent-logger-golang library.
Browse files Browse the repository at this point in the history
The later version silently drops all data if it cannot connect.
fluent/fluent-logger-golang#80
  • Loading branch information
bboreham committed Mar 26, 2020
1 parent b3f2127 commit 697116c
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 1,055 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@ require (
k8s.io/kubernetes v1.13.0
sigs.k8s.io/yaml v1.1.0 // indirect
)

// Do not upgrade until https://github.com/fluent/fluent-logger-golang/issues/80 is fixed
replace github.com/fluent/fluent-logger-golang => github.com/fluent/fluent-logger-golang v1.2.1

0 comments on commit 697116c

Please sign in to comment.