Path for error log files for the Windows desktop client? .thinking:

My question is quite simple and pretty much straight forwards as the subject headline says.

Where is the Nextcloud client logs located in Windows?

Thanks in advance! :smirk:

The location of Nextcloud client logs can vary based on the operating system. Here are the typical locations:

Windows

  • Log File: %LOCALAPPDATA%\Nextcloud\logs\Nextcloud.log

macOS

  • Log File: ~/Library/Logs/Nextcloud/Nextcloud.log

Linux

  • Log File: ~/.local/share/Nextcloud/logs/Nextcloud.log

You can also enable detailed logging by modifying the configuration file (nextcloud.cfg) to include logDebug=true. This can help provide more insights into any issues you might be experiencing.

1 Like

Thank you so much! :+1:

1 Like