Skip to content

Commit

Permalink
Merge pull request #1093 from sarathchandra24/ISSUE-1090-update-docke…
Browse files Browse the repository at this point in the history
…r-path-fluentd

Fix 1090: Path issues
  • Loading branch information
benjaminhuo authored Apr 4, 2024
2 parents a6305b6 + f27e809 commit e5e2c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
defaultBinPath = "/usr/bin/fluentd"
defaultBinPath = "/usr/local/bundle/bin/fluentd"
defaultCfgPath = "/fluentd/etc/fluent.conf"
defaultWatchDir = "/fluentd/etc"
defaultPluginPath = "/fluentd/plugins"
Expand Down

0 comments on commit e5e2c59

Please sign in to comment.