For more information on Access logging, see Logging
By default all security related requests are written to their own log file in ${data.dir}/logs/voyager-security.log
This will include information:
The default logging settings simply write information to log files. The relevant log settings are:
log4j.appender.SEC=org.apache.log4j.RollingFileAppender
log4j.appender.SEC.File=${logs.dir}/voyager-security.log
log4j.appender.SEC.MaxFileSize=5MB
log4j.appender.SEC.layout=org.apache.log4j.PatternLayout
log4j.appender.SEC.layout.ConversionPattern=%d %p %c - %m%n
Through log4j settings, this could be changed to write to a database or send email.
