diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-04 15:18:05 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-04 15:18:05 -0700 |
commit | d1a39ab01ca071aa762c83b0e642c21996ff45e8 (patch) | |
tree | 5c474b1ec5822ab992dcac5c0a880bba420008b6 /config | |
parent | b5f18111f4897cfb4c9dfb517bc6b80ce2b6a8ac (diff) | |
parent | 33d78ab9c719ac0677651cfe76bf6a2aa3073241 (diff) | |
download | nextcloud-server-d1a39ab01ca071aa762c83b0e642c21996ff45e8.tar.gz nextcloud-server-d1a39ab01ca071aa762c83b0e642c21996ff45e8.zip |
Merge pull request #4293 from owncloud/config-date
make log date configurable, default to iso 8601
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 c6d7fa0d05b..24ba541ac5c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -188,5 +188,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' ); |