Hello
in
/var/www/nextcloud/data#
i found a big log file
42G 9. Sep 20:25 nextcloud.log
569M 14. Jul 06:18 nextcloud.log.1
other log files are much smaller, it is normal?
try to find out why my server run out of disk space?
Hello @vinc,
welcome to the community of Nextcloud
You started a topic in support category. Unfortunately you ignored the template and a lot of information to help you is missing. Please edit your original post and add all required details like Nextcloud version, webserver type and version, os version, related log file content. Use the support template.
Without additional information the community members cannot help you.
If your log file is that huge, my first guess would be that your log level is much too low, probably ‘0’ or ‘1’. ‘3’ is perfectly sufficient for everyday use!
Then you can have your logs written to a different directory (which must exist and be owned by the nextcloud user), e.g., /var/log/nextcloud/, and let the logrotate service handle log rotation. It’s more reliable.