conduwuit/src/service/admin
Benjamin Lee 7c503d3203 add optional support for tokio-console
This turned out to be quite hairy, mostly because we need to apply the
config's log level filter to the actual logs (stdout and, optionally
sentry), but do not want to filter out the tokio tracing events needed by
the console_subscriber. I hit several edge cases in tracing getting
this to work, and we now depend on a git version of tracing with a
backported patch :(
2024-04-26 14:49:01 -04:00
..
appservice make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
debug add optional support for tokio-console 2024-04-26 14:49:01 -04:00
federation make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
fsck make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
media make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
query make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
room make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
server make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
user make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
mod.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00