]> source.dussan.org Git - nextcloud-server.git/commitdiff
add 'logdateformat' to config.sample.php
authorThomas Müller <thomas.mueller@tmit.eu>
Sun, 4 Aug 2013 21:13:19 +0000 (23:13 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sun, 4 Aug 2013 22:24:45 +0000 (00:24 +0200)
config/config.sample.php

index aa81cb781a21932c1563035847f823ade66e6b34..65d7aeb08520c529f821cd471e091f4114f99464 100644 (file)
@@ -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'
 );