WORKAN WOOOO
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# report usage statistics to influxdb company
|
||||
reporting-enabled = false
|
||||
|
||||
[meta]
|
||||
# Where the metadata/raft database is stored
|
||||
dir = "/var/lib/influxdb/meta"
|
||||
|
||||
[data]
|
||||
# The directory where the TSM storage engine stores TSM files.
|
||||
dir = "/var/lib/influxdb/data"
|
||||
|
||||
# The directory where the TSM storage engine stores WAL files.
|
||||
wal-dir = "/var/lib/influxdb/wal"
|
||||
|
||||
# Trace logging provides more verbose output around the tsm engine. Turning
|
||||
# this on can provide more useful output for debugging tsm engine issues.
|
||||
trace-logging-enabled = true
|
||||
|
||||
[logging]
|
||||
format = "auto"
|
||||
level = "info"
|
||||
Reference in New Issue
Block a user