Logging subsystem. This is a singleton member of super::Server which holds
all logging and tracing related state rather than shoving it all in
super::Server directly.
We need to store a reload::Handle value, but can’t name it’s type explicitly
because the S type parameter depends on the subscriber’s previous layers. In
our case, this includes unnameable ‘impl Trait’ types.