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
#3 introduced tracing-subscriber. We should now enable upstream libraries add their own layers subscribers. This will involve:
Supporting the ability of upstream libraries to add functions and classes to the tracing_subscriber PyModule that return PyConfig (both for subscriber and layers). This in turn will require making the underlying traits public.
Adding a CustomError type that can be returned for the Config trait implementations.
The text was updated successfully, but these errors were encountered:
#3 introduced tracing-subscriber. We should now enable upstream libraries add their own layers subscribers. This will involve:
tracing_subscriber
PyModule that returnPyConfig
(both for subscriber and layers). This in turn will require making the underlying traits public.CustomError
type that can be returned for theConfig
trait implementations.The text was updated successfully, but these errors were encountered: