I am trying to set up a fairly simple server and have a few issues. Obviously, the first thing to look for are the log files.
The only two apps I would need so far are letsencrypt and nextcloud. As such I have looked for their respecitve log files:
Administrator@nextcloud:/$ sudo find . -name letsencrypt.log
[sudo] Mot de passe de Administrator :
./var/log/univention/letsencrypt.log
Administrator@nextcloud:/$ sudo find . -name nextcloud.log
./var/lib/univention-appcenter/apps/nextcloud/data/nextcloud-data/nextcloud.log
Administrator@nextcloud:/$
Is it nornal that I don’t have a letsencrypt.log file ? The app seems installed (at least it shows as such in the portal and I can get to the settings files).
More surprising (but I guess this is some container trick ?) I don’t have a
./var/lib/univention-appcenter/apps/nextcloud/data/nextcloud-data/
directrory ! Where is my log file ??