mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
Over the past two years a lot of changes have been made, but no releases, cut a snapshot. carbonzipper has been merged with carbonapi in this code. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
14 lines
369 B
Diff
14 lines
369 B
Diff
- don't log to stdout
|
|
- change log to be under subdir so ebuild can manage its permissions
|
|
|
|
--- carbonapi-0.3.0/config/carbonapi.yaml
|
|
+++ carbonapi-0.3.0/config/carbonapi.yaml
|
|
@@ -130,7 +130,7 @@
|
|
- X-Real-Ip
|
|
- X-Webauth-User
|
|
loggerConfig:
|
|
- outputPaths: ["stdout"]
|
|
+ outputPaths: ["/var/log/carbonapi/carbonapi.log"]
|
|
level: "info"
|
|
encoding: "json"
|
|
|