blob: ab3b9eda510e9c710f37c33e4d60a05ab943177c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- carbonapi.example.toml.orig 2018-03-20 21:03:28 UTC
+++ carbonapi.example.toml
@@ -11,7 +11,7 @@ maxBatchSize = 100
pidFile = ""
sendGlobsAsIs = false
tz = ""
-graphTemplates = "graphTemplates.example.toml"
+graphTemplates = "/usr/local/etc/carbonapi/graphTemplates.example.toml"
[cache]
defaultTimeoutSec = 60
@@ -35,7 +35,7 @@ logger = ""
[[logger]]
encoding = "json"
-file = "carbonapi.log"
+file = "/var/log/carbonapi/carbonapi.log"
level = "info"
logger = ""
|