audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Support for loading config file from user home directory #79

Open johno1985 opened 6 years ago

johno1985 commented 6 years ago

Version 2.5

It would be nice to have support for loading the config file from the user's home directory,

String homeDirectory = System.getProperty("user.home");

franck-benault commented 6 years ago

Hello at present time there is no support for user.home directory the default directory is user.dir but you can set the variable AUDIT4J_CONF_FILE_PATH to the folder you want

Regards Franck