diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:50:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:50:59 -0600 |
| commit | 96a24f0951f43d567c24af265cd03afa6b33d7db (patch) | |
| tree | 1644c31f66426d12ceca7ba92521278be9329ccb | |
| parent | df516355bb8f2b772b1be950f728f99faea61db1 (diff) | |
chore: configure spicedb to emit JSON logs
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
