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:
authorBjoern Schiessle <schiessle@owncloud.com>2013-10-07 17:34:48 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-10-07 17:34:48 +0400
commit6a411833b9167278aa5667412ee96c30e87f8241 (patch)
tree51e724843d1c225c2da57e20b04db621ac68c85b /config
parent0d492afee1ed6a6c032451181c20fd0b90f3105e (diff)
let admin specify timezone for log file entries
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 29085af4716..a9b868ca9cf 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -141,6 +141,9 @@ $CONFIG = array(
/* date format to be used while writing to the owncloud logfile */
'logdateformat' => 'F d, Y H:i:s',
+/* timezone used while writing to the owncloud logfile (default: UTC) */
+'logtimezone' => 'Europe/Berlin',
+
/* Append all database queries and parameters to the log file.
(watch out, this option can increase the size of your log file)*/
"log_query" => false,