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
@sinadarbouy All the raft functions in the Raft library has a WithLibrary variant that can be used to pass a custom logger to prevent separate log formats in the output. We also have a hc_log_adapter interface that can translate between hclog and zerolog, which is also used in the plugins.
Description:
Our current Raft implementation needs improvements. The following features need to be implemented:
Technical Considerations
The text was updated successfully, but these errors were encountered: