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
Instead of using regular stdout/stderr logging, we should use a crate like tracing, which is specifically made for logging in async applications. We should also be able to configure the verbosity level from the command-line when starting the daemon.