You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
Is there any way to control the log verbosity from the node client? Or if not, any pointers on how I might go about implementing such a feature myself?
The text was updated successfully, but these errors were encountered:
lewisdaly
changed the title
Client logging is verbose and no config options are exposed
Client logging is verbose and not configurable
Sep 16, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed that the client's logging is rather verbose. For example this is logged in the space of under a second:
Looking up these log messages, they appear to come from
src/message_bus.zig
in Tigerbeetle itself:https://github.com/tigerbeetledb/tigerbeetle/blob/130692a16fc39bfeb5fd23739eeb449a2fb541c0/src/message_bus.zig
Is there any way to control the log verbosity from the node client? Or if not, any pointers on how I might go about implementing such a feature myself?
The text was updated successfully, but these errors were encountered: