mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
add logging
This commit is contained in:
@@ -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:
|
||||
|
||||
4
developer_manual/app/logging.rst
Normal file
4
developer_manual/app/logging.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Logging
|
||||
=======
|
||||
|
||||
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>
|
||||
Reference in New Issue
Block a user