[Pkg-owncloud-commits] [owncloud-doc] 29/75: added description for "logdateformat" parameter
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 e3e333a8834473d82403b54c7c26d4abc7d63728
Author: j-ed <juergen at eisfair.org>
Date: Mon Aug 26 10:40:46 2013 +0200
added description for "logdateformat" parameter
---
admin_manual/configuration/configuration_logging.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/admin_manual/configuration/configuration_logging.rst b/admin_manual/configuration/configuration_logging.rst
index aadea43..47e0077 100644
--- a/admin_manual/configuration/configuration_logging.rst
+++ b/admin_manual/configuration/configuration_logging.rst
@@ -30,6 +30,12 @@ viewed using the log menu in the admin menu of ownCloud. By default a log
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
+"*January 10, 2013 15:20:25*".
+
.. code-block:: php
<?php
@@ -37,6 +43,7 @@ been configured by the **datadirectory** parameter.
"log_type" => "owncloud",
"logfile" => "owncloud.log",
"loglevel" => "3",
+ "logdateformat" => "F d, Y H:i:s"
syslog
~~~~~~
--
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