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
I would like a way to provide my own Logger instance for Worker, Workspace, etc. (or even LoggerFactory for sub-resources, etc.). I see that can intercept logs with loglevel but it is difficult to isolate specific twilio-taskrouter logs via that method. Being able to provide my own Logger/LoggerFactory with a simple interface to implement will allow developers to send logs to all their desired destinations in a straight-forward fashion.
The text was updated successfully, but these errors were encountered:
I would like a way to provide my own
Logger
instance for Worker, Workspace, etc. (or evenLoggerFactory
for sub-resources, etc.). I see that can intercept logs withloglevel
but it is difficult to isolate specifictwilio-taskrouter
logs via that method. Being able to provide my ownLogger
/LoggerFactory
with a simple interface to implement will allow developers to send logs to all their desired destinations in a straight-forward fashion.The text was updated successfully, but these errors were encountered: