gentoo-ebuilds/app-metrics/carbonapi-booking/files/carbonapi-booking-0.3.0_p20250201-logfile.patch
Fabian Groffen bfa1f24582
app-metrics/carbonapi-booking-0.3.0_p20250201: code bump
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>
2025-04-09 16:13:09 +02:00

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"