Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-04-22 01:30:14 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-04-22 01:30:14 +0400
commitc6144535a8dc5c07a41f97c306525ac52a77caa8 (patch)
tree413375b81d63a2ad5c2855094430fd361de922f7 /config
parent260c48c29a9167446862bf38775274e07685f6e3 (diff)
document the log settings
Diffstat (limited to 'config')
-rwxr-xr-xconfig/config.sample.php3
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" => ""
);
?>