[Pkg-owncloud-commits] [owncloud-doc] 31/75: added link to PHP date function.

David Prévot taffit at alioth.debian.org
Wed Sep 4 19:27:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit fd5fa834d84edf851b9c787e98c85e02bcca8dd6
Author: j-ed <juergen at eisfair.org>
Date:   Mon Aug 26 11:07:02 2013 +0200

    added link to PHP date function.
---
 admin_manual/configuration/configuration_logging.rst |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/admin_manual/configuration/configuration_logging.rst b/admin_manual/configuration/configuration_logging.rst
index d951027..1d75808 100644
--- a/admin_manual/configuration/configuration_logging.rst
+++ b/admin_manual/configuration/configuration_logging.rst
@@ -31,9 +31,9 @@ file named **owncloud.log** will be created in the directory which has
 been configured by the **datadirectory** parameter.
 
 The desired date format can optionally be defined using the **logdateformat**.
-By default the PHP date parameter "*c*" is used and therefore the date/time
-is written in the format "*2013-01-10T15:20:25+02:00*". By using the date
-format in the example the date/time format will be written in the format
+By default the `PHP date function`_ parameter "*c*" is used and therefore the
+date/time is written in the format "*2013-01-10T15:20:25+02:00*". By using the
+date format in the example the date/time format will be written in the format
 "*January 10, 2013 15:20:25*".
 
 .. code-block:: php
@@ -57,3 +57,6 @@ All log information will be send to the default syslog deamon of a system.
     "logfile" => "",
     "loglevel" => "3",
 
+
+.. _PHP date function: http://www.php.net/manual/en/function.date.php
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list