login / register
voyager
Home » Administrator Guide » Manage Voyager » Security » Access Logging

Access Logging

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:

  • when a user logs in
  • when a user logs out
  • when a failed login attempt
  • account is locked

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.




» Show in Whole Document