]> 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 21:13:19 +0000 (23:13 +0200)
config/config.sample.php

index 8d978ea6ee740da984f4cabae408b85ed71b316f..75c600a7c3e3919882e0a59b9b7532f21eebe933 100644 (file)
@@ -185,5 +185,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'
 );