From 5062f6886ba4d0e6cfccb8f539da6206d9be4945 Mon Sep 17 00:00:00 2001 From: Pieter Date: Tue, 15 Aug 2023 12:26:51 +0200 Subject: [PATCH] Update go-carbon.conf --- grafanaConfig.example/go-carbon/go-carbon.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafanaConfig.example/go-carbon/go-carbon.conf b/grafanaConfig.example/go-carbon/go-carbon.conf index dbd09bb..dcb0b6e 100644 --- a/grafanaConfig.example/go-carbon/go-carbon.conf +++ b/grafanaConfig.example/go-carbon/go-carbon.conf @@ -468,7 +468,7 @@ enabled = false # @TODO logger = "" # Log output: filename, "stderr", "stdout", "none", "" (same as "stderr") -file = "/var/log/go-carbon/go-carbon.log" +file = "none" # Log level: "debug", "info", "warn", "error", "dpanic", "panic", and "fatal" level = "info" # Log format: "json", "console", "mixed" @@ -476,4 +476,4 @@ encoding = "mixed" # Log time format: "millis", "nanos", "epoch", "iso8601" encoding-time = "iso8601" # Log duration format: "seconds", "nanos", "string" -encoding-duration = "seconds" \ No newline at end of file +encoding-duration = "seconds"