Skip to content

Auditing Module

Nuno Oliveira edited this page Dec 9, 2015 · 37 revisions

Building

Enter the src/ directory and launch:

mvn clean install -Pauditing

Configuring

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

Templates

Clone this wiki locally