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
When using the built-in logging provider support, console logs don't exist at all. This is further compounded with the delay between logs occuring and being processed by the logging provider. Using both methods of logging concurrently could be a useful config option to improve development workflow.
On top of this, even when using the console logging, the messages are often unhelpful because of the extra data missing. This could perhaps be addressed by a dict logger?
The text was updated successfully, but these errors were encountered:
When using the built-in logging provider support, console logs don't exist at all. This is further compounded with the delay between logs occuring and being processed by the logging provider. Using both methods of logging concurrently could be a useful config option to improve development workflow.
On top of this, even when using the console logging, the messages are often unhelpful because of the
extra
data missing. This could perhaps be addressed by a dict logger?The text was updated successfully, but these errors were encountered: