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
`tracing-journald` depends on relatively recent libc APIs that may not
be available on all Linux distros (see #248). Journald support is
primarily used for internal debugging of the `tokio-console` API, so
many users may not need journald support, even if they are on a
compatible Linux distro. Therefore, this commit makes it an
off-by-default optional dependency, so that it can be enabled only when
needed.
0 commit comments