Improving the logs in OpenFGA #102
craigpastro
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there 👋
We are in the process of improving our logs. As a first pass, the idea is to add the following information to each request:
grpc_method
- the endpoint that is calledtimestamp
request_id
trace_id
store_id
model_id
- orauthorization_model_id
- this can be misleading so perhaps better to simply not include itreq_duration
raw_request
raw_response
public_error
- in the case of an errorgrpc_error
- in the case of an errorgrpc_complete
Is there anything else you would like to see? Any labels that need to be edited? Please let us know!
Beta Was this translation helpful? Give feedback.
All reactions