[Pkg-owncloud-commits] [owncloud-doc] 33/270: add logging
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:52:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 5e6169109990fafefe436b34a6835dad592bbe2b
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed May 7 02:05:20 2014 +0200
add logging
---
developer_manual/app/index.rst | 7 +++++++
developer_manual/app/logging.rst | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst
index e71feaa..3a5b5b8 100644
--- a/developer_manual/app/index.rst
+++ b/developer_manual/app/index.rst
@@ -29,6 +29,7 @@ App Development
users
hooks
backgroundjobs
+ logging
userbackend
filesystembackend
testing
@@ -116,6 +117,12 @@ Periodically run code in the background:
* :doc:`backgroundjobs`
+Logging
+-------
+Log to the :file:`data/owncloud.log`:
+
+* :doc:`logging`
+
Backends
--------
Plug into ownCloud user management or filesystem:
diff --git a/developer_manual/app/logging.rst b/developer_manual/app/logging.rst
new file mode 100644
index 0000000..c8b9274
--- /dev/null
+++ b/developer_manual/app/logging.rst
@@ -0,0 +1,4 @@
+Logging
+=======
+
+.. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
\ No newline at end of file
--
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