-
Notifications
You must be signed in to change notification settings - Fork 199
Debugging
Pauli Järvinen edited this page Dec 26, 2024
·
2 revisions
To get maximum amount of logging while debugging a problem, follow these steps
- Go to the administrator settings page (i.e. example.org/index.php/settings/admin)
- In the section "Log" choose "Debug" as loglevel (the exact place of the settings depends on the cloud version)
- Now the file owncloud.log or nextcloud.log in your data folder contains a lot of of trace of what the applications have been doing. This makes the file grow rather rapidly and keeping the settings on "Debug" all the time is not recommended.
Alternatively, you may activate the debug level logging by entering the following options to your config.php
file:
'loglevel' => 0,