-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- nextcloud:30.0.4-apache (docker version)
- Upgraded preview generator via nextcloud apps menu to version 5.12.1
- Initiated pre-view generation (occ preview:generate-all --path="/myuser/files/TestDir")
- Checked nextcloud.log
Expected behaviour
Thumbnails to be generated
Actual behaviour
Nextcloud logs error, stating "Nextcloud allows only integer log levels". See attached file for detailed error entry.
Temporary workaround for the issue:
perl -i.bak -pe 's/$this->logger->log($this->logLevel,/$this->logger->log(4,/g'
./app/custom_apps/previewgenerator/lib/Support/OutputInterfaceLoggerAdapter.php
Reactions are currently unavailable