1749842195

This commit is contained in:
2025-06-13 13:16:34 -06:00
parent 57813b5a02
commit e08c045322
24 changed files with 30 additions and 17 deletions
@@ -0,0 +1,22 @@
# 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 = false
[logging]
format = "auto"
level = "warn"