Commit dddce13
authored
Move log level setup to initializer (#8564)
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.1 parent 36ef16e commit dddce13
File tree
2 files changed
+6
-6
lines changed- src/io/flutter
- logging
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 45 | | |
51 | 46 | | |
52 | | - | |
| 47 | + | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
| |||
0 commit comments