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!
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!
The location of Nextcloud client logs can vary based on the operating system. Here are the typical locations:
%LOCALAPPDATA%\Nextcloud\logs\Nextcloud.log
~/Library/Logs/Nextcloud/Nextcloud.log
~/.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.
Thank you so much!