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
Using log is an easy choice since it's going to be part of rust core. Of the options listed in the README, fern seemed to be the most actively maintained.
Does prometheus do logging? Might be good to use this since we already use it for tracing
The text was updated successfully, but these errors were encountered:
Implemented for compute node (using log and the very simple pretty_env_logger as we can always easily change the logging frontend if we need something more complex) in #172.
We should use a proper Rust logging library everywhere instead of manually printing stuff.
how about log+fern?
Using
log
is an easy choice since it's going to be part of rust core. Of the options listed in the README,fern
seemed to be the most actively maintained.Does prometheus do logging? Might be good to use this since we already use it for tracing
The text was updated successfully, but these errors were encountered: