diff options
author | Axel Roenn <axel@mpim-bonn.mpg.de> | 2013-10-09 17:21:35 +0200 |
---|---|---|
committer | Axel Roenn <axel@mpim-bonn.mpg.de> | 2013-10-09 17:21:35 +0200 |
commit | 08a04357042e5f0b8946f2bdc13990b00db1cad7 (patch) | |
tree | c8119c9a1e624f5cc96204d18c7e65a895e51f04 /config | |
parent | 7810e27dad3c67f310657d1b19db71e0e4f94631 (diff) | |
download | nextcloud-server-08a04357042e5f0b8946f2bdc13990b00db1cad7.tar.gz nextcloud-server-08a04357042e5f0b8946f2bdc13990b00db1cad7.zip |
Added the config option to log ip addresses , default false
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 0afad880c17..fc0ff15cc9a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -145,6 +145,9 @@ $CONFIG = array( (watch out, this option can increase the size of your log file)*/ "log_query" => false, +/* Enable or disable the logging of IP addresses in case of webform auth failures */ +"log_authfailip" => false, + /* * Configure the size in bytes log rotation should happen, 0 or false disables the rotation. * This rotates the current owncloud logfile to a new name, this way the total log usage |