When you create an instance of the Logger started a thread that nonstop when main thread return.We should stop thread manually.
public class App { public final static Logger LOG = LoggerFactory.getLogger(App.class); public static void main(String[] args)
}