From e1a734c5259a15dc47747a96204a1fd4d98026c2 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 27 Apr 2017 11:38:49 -0700 Subject: [PATCH] Fix logfile documentation --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index ad6e903fc..45ef09338 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -70,7 +70,7 @@ ie, a jitter of 5s and flush_interval 10s means flushes will happen every 10-15s as the collection interval, with the maximum being 1s. Precision will NOT be used for service inputs, such as logparser and statsd. Valid values are "ns", "us" (or "µs"), "ms", "s". -* **logfile**: Specify the log file name. The empty string means to log to stdout. +* **logfile**: Specify the log file name. The empty string means to log to stderr. * **debug**: Run telegraf in debug mode. * **quiet**: Run telegraf in quiet mode (error messages only). * **hostname**: Override default hostname, if empty use os.Hostname().