summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-14 14:50:59 -0600
committermo khan <mo@mokhan.ca>2025-07-14 14:50:59 -0600
commit96a24f0951f43d567c24af265cd03afa6b33d7db (patch)
tree1644c31f66426d12ceca7ba92521278be9329ccb
parentdf516355bb8f2b772b1be950f728f99faea61db1 (diff)
chore: configure spicedb to emit JSON logs
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 923aa187..1ca0acd2 100644
--- a/Procfile
+++ b/Procfile
@@ -1,3 +1,3 @@
authzd: ./bin/authzd server --addr 127.0.0.1:50052
envoy: ./bin/envoy -c ./etc/envoy/envoy.yaml --base-id 1 --log-level warn --component-log-level admin:warn,connection:warn,grpc:warn,http:warn,http2:warn,router:warn,upstream:warn
-spicedb: ./bin/spicedb serve --grpc-preshared-key "secret" --http-addr :8080 --grpc-addr :50051 --datastore-engine memory
+spicedb: ./bin/spicedb serve --grpc-preshared-key "secret" --http-addr :8080 --grpc-addr :50051 --datastore-engine memory --log-format json