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
Automatically adding a stdout log handler like this is making our team sad. We want to control log level/output separately in our deployed app and ensure it goes through our structured logging output.
Ideally you would remove this or at least provide an option to disable this.
If you really must have this, could you iterate up the logging chain looking for handlers rather than looking specifically for one attached to the judoscale logger?
As a workaround we can add a null handler to the "judoscale" logger before starting judoscale config, but it was still a nuisance to track down the source of leaking stdout.
The text was updated successfully, but these errors were encountered:
The judoscale
Config.update
method seems to call this methodAutomatically adding a stdout log handler like this is making our team sad. We want to control log level/output separately in our deployed app and ensure it goes through our structured logging output.
Ideally you would remove this or at least provide an option to disable this.
If you really must have this, could you iterate up the logging chain looking for handlers rather than looking specifically for one attached to the judoscale logger?
As a workaround we can add a null handler to the "judoscale" logger before starting judoscale config, but it was still a nuisance to track down the source of leaking stdout.
The text was updated successfully, but these errors were encountered: