-
Notifications
You must be signed in to change notification settings - Fork 93
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
Tunable LogLevels? #182
Comments
All Buildbarn binaries provide pretty decent support for submitting OpenTelemetry trace spans to another service. We prefer using those, as tracing provides richer semantics than plain logging. |
Thanks for picking up. OTEL and tracing is on our to-do list :-). Once we understand OTEL and have it working properly, that will probably address use case a) in the initial problem statement. Last week or so someone in slack was having trouble working out jmespath issues, and noted the general serverside silence.
Is use case b) supported by their experience? |
I just learn of
Setting those in the k8s pods just made everything a lot more obvious. Sharing here in the hope that other n00bs are helped, but looks like the issue can be closed. |
I've noticed that the serverside logs, unlike some other CICD products, are empty after startup unless some endpoint has disconnected.
Auth issues, for example, are only reported clientside; as are buffer size mismatches. Would it be possible, please, to add tunable verbosity to the code (across all repos, not just storage), so that a) owners of the service can find out about issues without their users having to act as monitors, and b) debugging new deployments might get a little easier?
No argument with the unix philosophy of silence being golden: simply asking for the option of noise. Thank you for considering the request.
The text was updated successfully, but these errors were encountered: