Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.2.11, 1.3.0-alpha16
-
jdk1.8.0_192
CentOS Linux release 7.3.1611
Description
The `ch.qos.logback.core.sift.SiftingAppenderBase#stop` method lacks `isStarted()` judgment. If this method is called without `start()`, a `NullPointerException` will be reported because `appenderTracker` is not initialized. It can be solved by adding `isStarted()` judgment.
Attachments
Issue Links
- links to