1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-01 12:48:31 +00:00
continuwuity/src/service/globals
Benjamin Lee 8a5599adf9 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-05-03 01:52:29 -04:00
..
client.rs make everything pub(crate) instead of pub 2024-04-26 02:03:40 -04:00
data.rs remove some various unused functions and mark some possibly important ones *for now* 2024-04-26 02:03:40 -04:00
mod.rs add optional support for tokio-console 2024-05-03 01:52:29 -04:00
resolver.rs reduce tls override cache lock exposure 2024-04-26 02:03:40 -04:00