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:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-05 01:13:19 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-05 02:24:45 +0400
commit3ad4531a4fd91f8b796e8574194ac4034402ea71 (patch)
treed14827b23b243099aa789ba4b73972758803772a /config
parent34fd7e3df4ccce4ba92b53540685d0dfb6f0d75c (diff)
add 'logdateformat' to config.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index aa81cb781a2..65d7aeb0852 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -175,5 +175,8 @@ $CONFIG = array(
//links to custom clients
'customclient_desktop' => '', //http://owncloud.org/sync-clients/
'customclient_android' => '', //https://play.google.com/store/apps/details?id=com.owncloud.android
-'customclient_ios' => '' //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8
+'customclient_ios' => '', //https://itunes.apple.com/us/app/owncloud/id543672169?mt=8
+
+// date format to be used while writing to the owncloud logfile
+'logdateformat' => 'F d, Y H:i:s'
);