Privacy: Add an option to disable IP logging

This commit is contained in:
Grant Woodford 2013-10-19 21:37:11 +02:00
parent a120d78b7e
commit fbe4e43c3d
3 changed files with 18 additions and 0 deletions

View file

@ -109,6 +109,11 @@ exports.abiword = null;
*/
exports.loglevel = "INFO";
/**
* Disable IP logging
*/
exports.disableIPlogging = false;
/*
* log4js appender configuration
*/