mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
Privacy: Add an option to disable IP logging
This commit is contained in:
parent
a120d78b7e
commit
fbe4e43c3d
3 changed files with 18 additions and 0 deletions
|
@ -109,6 +109,11 @@ exports.abiword = null;
|
|||
*/
|
||||
exports.loglevel = "INFO";
|
||||
|
||||
/**
|
||||
* Disable IP logging
|
||||
*/
|
||||
exports.disableIPlogging = false;
|
||||
|
||||
/*
|
||||
* log4js appender configuration
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue