-
Notifications
You must be signed in to change notification settings - Fork 103
Auditing Module
Nuno Oliveira edited this page Dec 9, 2015
·
37 revisions
Enter the src/ directory and launch:
mvn clean install -Pauditing
An environment variable or Java property variable AUDITING_CONF must exist and point to a valid configuration file:
-DAUDITING_CONF="/opt/geostore/conf/auditing.properties"
The content of the configuration file should be
auditing.enable=true auditing.templates.directory=/opt/geostore/conf/templates auditing.output.directory=/var/geostore/auditing auditing.templates.version=1 auditing.max.requests.per.file=100 auditing.output.files.extension=xml