Replies: 1 comment 2 replies
-
|
Hi 👋, I aim to keep TRIP as minimalist as possible for maintainability and because that's my POV on softwares. Topic being enhancing logging, I'd rather extend the built-in logger (that is not used) with a debug option and add more logs in the output than introduce an external library with its own backend 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
While setting up my instance, I struggled to make OIDC working and the few logs I found was not quite descriptive to be able to found the issue.
Describe the solution you'd like
Supporting open-telemetry would allow to capture a stacktrace and details without sending the details to the client.
Additional context
No response
Could you implement it?
Yes - I am able to do it
Implementation plan (optional)
Well, I did implement it here (with crush to be totally honest) : https://github.com/aegypius/trip/tree/feature/setup-opentelemetry
It probably need some polish but I manager to get my instance working !
Beta Was this translation helpful? Give feedback.
All reactions