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
We recently added a global error handler in #1514. The default handler uses a ConsoleLogger at LogLevel.Error. This has the unfortunate side effect of spamming standard out during tests. Should we consider making the default global error handler a no-op instead?
The text was updated successfully, but these errors were encountered:
We recently added a global error handler in #1514. The default handler uses a
ConsoleLogger
atLogLevel.Error
. This has the unfortunate side effect of spamming standard out during tests. Should we consider making the default global error handler a no-op instead?The text was updated successfully, but these errors were encountered: