diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-04 23:13:19 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-04 23:13:19 +0200 |
commit | ad952f215d18f3f06ac54118ee55eb4f2d5da777 (patch) | |
tree | ed247307238e867d4c93981f5ba17582c7d2f5de /config | |
parent | f5c3a346b00b7c8e4926b898f6e6ade86de74c73 (diff) | |
download | nextcloud-server-ad952f215d18f3f06ac54118ee55eb4f2d5da777.tar.gz nextcloud-server-ad952f215d18f3f06ac54118ee55eb4f2d5da777.zip |
add 'logdateformat' to config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 8d978ea6ee7..75c600a7c3e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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' ); |