Skip to content

Debugging

Pauli Järvinen edited this page Dec 26, 2024 · 2 revisions

Enable debug log output

To get maximum amount of logging while debugging a problem, follow these steps

  1. Go to the administrator settings page (i.e. example.org/index.php/settings/admin)
  2. In the section "Log" choose "Debug" as loglevel (the exact place of the settings depends on the cloud version)
  3. 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,
Clone this wiki locally