-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve logging by showing logged in user that triggers an API #29
Comments
@neolynx What do you think of changing cirrina logging format to emit something like this?
Note the "[admin]" logged in user. The code to do that would be something like:
and then use it as:
We could also improve cirrina to accept an |
I've submitted a PR to cirrina to enable such loggers. |
Merged
PR submitted: #34 Please review! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When debugging, it's useful to know which API calls are triggered manually by logged in users.
The text was updated successfully, but these errors were encountered: