1749845392

This commit is contained in:
2025-06-13 14:09:52 -06:00
parent 79a7faecf7
commit 0fee08b34b
9 changed files with 1 additions and 1 deletions
+21
View File
@@ -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 = false
[logging]
format = "auto"
level = "debug"