Is it possible to configure SLF4J logger levels before they are initialized? The requirement is that when an application is updated, the loggers for the new classes that are introduced are already set to DEBUG.
↧
Is it possible to configure SLF4J logger levels before they are initialized? The requirement is that when an application is updated, the loggers for the new classes that are introduced are already set to DEBUG.