Commit 32d33a3
fix(log4j2): Move super.start() into start(OptionsConfiguration) overload
Ensures the appender is marked as started regardless of which entry
point is used, preventing loggerContext.start() from re-triggering
the no-arg start() and reinitializing Sentry without the test executor.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 63276e3 commit 32d33a3
File tree
1 file changed
+1
-1
lines changed- sentry-log4j2/src/main/java/io/sentry/log4j2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments