Migrating an app to picocli (3.5.2) I'm getting the following unexpected logging message.
Aug 24, 2018 3:01:33 PM java.util.logging.LogManager$RootLogger log
SEVERE: Failed to resolve default logging config file: config/java.util.logging.properties
That's generated while instantiating the top CommandLine instance. Is there's any reason about that? It looks quite weird because at my knowledge picocli does not use any logging library.