Enterprise: add logging environment variables to config doc (#2479)

Closes https://github.com/influxdata/DAR/issues/199
pull/2489/head
pierwill 2021-05-05 12:01:35 -05:00 committed by GitHub
parent bca2e0e426
commit d7a4702541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -907,14 +907,20 @@ Valid options are `auto`, `logfmt`, and `json`.
A setting of `auto` will use a more a more user-friendly output format if the output terminal is a TTY, but the format is not as easily machine-readable.
When the output is a non-TTY, `auto` will use `logfmt`.
Environment variable: `INFLUXDB_LOGGING_FORMAT`
#### `level = "info"`
Determines which level of logs will be emitted.
Environment variable: `INFLUXDB_LOGGING_LEVEL`
#### `suppress-logo = false`
Suppresses the logo output that is printed when the program is started.
Environment variable: `INFLUXDB_LOGGING_SUPPRESS_LOGO`
-----
## Subscriber settings