Closed myxor closed 6 months ago
After opening this issue i found the solution myself.
Thanks to this comment https://github.com/nextcloud/docker/issues/2119#issuecomment-1855710640 i found this in the Nextcloud administrator manual: https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#log-type:
I needed to change the Nextcloud config log settings to:
'log_type' => 'file',
'logfile' => 'syslog',
Now the log is inside the container and in Nextcloud logreader.
Closing this issue.
Steps to reproduce
apps/logreader/api/poll?lastReqId=
request in browser consoleExpected behaviour
Log should be filled with log entries
Actual behaviour
Log stays empty and i see this in docker logs:
Server configuration
Official Nextcloud FPM docker image
Database: Postgresql
PHP version: 8.2.18
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from: Official Nextcloud FPM docker image
List of activated apps:
Nextcloud configuration:
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/owncloud.log)
Browser log
From browser console: