Skip to content

Commit

Permalink
Mark the disable notify flag as experimental, as poll-only mode is st…
Browse files Browse the repository at this point in the history
…ill in development.
  • Loading branch information
jaqx0r committed Feb 21, 2019
1 parent 6d6dad5 commit 6700997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mtail/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var (

// Ops flags
pollInterval = flag.Duration("poll_interval", 0, "Set the interval to poll all log files for data; must be positive, or zero to disable polling. With polling mode, only the files found at mtail startup will be polled.")
disableFsnotify = flag.Bool("disable_fsnotify", false, "When enabled no fsnotify watcher is created, and mtail falls back to polling mode only. Only the files known at program startup will be polled.")
disableFsnotify = flag.Bool("disable_fsnotify", false, "EXPERIMENTAL: When enabled no fsnotify watcher is created, and mtail falls back to polling mode only. Only the files known at program startup will be polled.")
expiredMetricGcTickInterval = flag.Duration("expired_metrics_gc_interval", time.Hour, "interval between expired metric garbage collection runs")
staleLogGcTickInterval = flag.Duration("stale_log_gc_interval", time.Hour, "interval between stale log garbage collection runs")

Expand Down

0 comments on commit 6700997

Please sign in to comment.