Skip to content

Configuring the JavaLogFactory

jeremiahjstacey edited this page Apr 26, 2024 · 4 revisions

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