diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 23:30:14 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-04-21 23:30:14 +0200 |
commit | c6144535a8dc5c07a41f97c306525ac52a77caa8 (patch) | |
tree | 413375b81d63a2ad5c2855094430fd361de922f7 /config | |
parent | 260c48c29a9167446862bf38775274e07685f6e3 (diff) | |
download | nextcloud-server-c6144535a8dc5c07a41f97c306525ac52a77caa8.tar.gz nextcloud-server-c6144535a8dc5c07a41f97c306525ac52a77caa8.zip |
document the log settings
Diffstat (limited to 'config')
-rwxr-xr-x | 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 0900937c690..8561d0a7580 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -25,6 +25,9 @@ $CONFIG = array( "mail_smtpname" => "", "mail_smtppassword" => "", "appcodechecker" => "", +"log_type" => "", +"logfile" => "", +"loglevel" => "", // "datadirectory" => "" ); ?> |