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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
I've recently made a change (dart-archive/logging#71) that affects the behavior of Logger.detached from package:logging. This change expected to be included in logging 0.11.4.
This change in behavior should not affect most packages, but it appears that it will break logging in the s3_cache_image package.
The recommended fix is to set Logger.level and Logger.onRecord on the detached Logger itself instead of on Logger.root. (In general, libraries should leave responsibility for configuring Logger.root to the application.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've recently made a change (dart-archive/logging#71) that affects the behavior of
Logger.detached
frompackage:logging
. This change expected to be included inlogging
0.11.4.This change in behavior should not affect most packages, but it appears that it will break logging in the s3_cache_image package.
The recommended fix is to set
Logger.level
andLogger.onRecord
on the detachedLogger
itself instead of onLogger.root
. (In general, libraries should leave responsibility for configuringLogger.root
to the application.)The text was updated successfully, but these errors were encountered: