Skip to content

Conversation

helin24
Copy link
Member

@helin24 helin24 commented Sep 30, 2025

Fixes #8562

I'm realizing from this problem that logging at plugin startup may be tricky. E.g. with this change, I'm not totally sure what the setting will be at project initialization - probably with a level of INFO, or whatever is default in the IntelliJ logger. That's probably fine - if we are trying to log information from project startup, it would be reasonable to make the logs INFO or higher, as DEBUG level logs could be excluded even with a user setting of verbose.

@helin24 helin24 requested review from pq and jwren September 30, 2025 18:23
@helin24 helin24 merged commit dddce13 into flutter:main Sep 30, 2025
7 checks passed
@helin24 helin24 deleted the fix-log branch September 30, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[logger] Class initialization must not depend on services
3 participants