We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
h2. Java 8 Configuration To configure the JavaLogFactory for ESAPI configure the java.util.logging.LogManager instance within the jvm by specifying
-Djava.util.logging.config.file=path/to/configuration.properties
An Application Restart may be required for changes to take effect.
Refer to the java LogManager Documentation for more information on how to customize and configure Java Logging for the application.
References: Github Issue #839