mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
add logging
This commit is contained in:
parent
30b76b3a2d
commit
5e61691099
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user