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
The logging cookbook has a good snippet on using the extra keyword to add contextual info to output. It also suggests not using Logger instances per connection like we do.
It means changing a lot of log message calls for maybe minimal benefit unless we use a LogAdapter. I'm split on what to do since generally there's only one connection / event loop per FS process in switchio and maybe it's not worth the effort?
The text was updated successfully, but these errors were encountered:
The
logging
cookbook has a good snippet on using theextra
keyword to add contextual info to output. It also suggests not usingLogger
instances per connection like we do.It means changing a lot of log message calls for maybe minimal benefit unless we use a
LogAdapter
. I'm split on what to do since generally there's only one connection / event loop per FS process inswitchio
and maybe it's not worth the effort?The text was updated successfully, but these errors were encountered: