Re: Lucene 10, Incubator Vector: warnings I'd like to suppress, and a question
Dawid Weiss <[email protected]> Thu, 15 Jan 2026 13:00:18 +0100
| Newsgroups | gmane.comp.jakarta.lucene.user |
|---|---|
| Message-ID | <CAM21Rt_shMq_z8b-wZGQPnXejKHMcH3ORnd8tCLfftNg_MPerg@mail.gmail.com> |
--0000000000008aed8106486bf996 Content-Type: text/plain; charset="UTF-8" Just for those who are annoyed by this just as much as I am - > Since it uses `java.util.logging`, I expect you could suppress this > message by configuring jul with a level that suppresses this message. > But really, you should only be seeing it once per init. > No, it doesn't use j.u.l. - it just prints directly to syserr, which is a pity. https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java#L1095-L1097 D. --0000000000008aed8106486bf996--