add logging

This commit is contained in:
Bernhard Posselt
2014-05-07 02:05:20 +02:00
parent 30b76b3a2d
commit 5e61691099
2 changed files with 11 additions and 0 deletions

View File

@@ -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:

View File

@@ -0,0 +1,4 @@
Logging
=======
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>