Skip to content
Snippets Groups Projects
Commit ad952f21 authored by Thomas Müller's avatar Thomas Müller
Browse files

add 'logdateformat' to config.sample.php

parent f5c3a346
No related branches found
No related tags found
No related merge requests found
......@@ -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'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment