nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
454 stars 57 forks source link

Logging improvement #216

Closed derBobby closed 2 years ago

derBobby commented 3 years ago

Can you add some Logging-Output to it?

Why? I've been trying to get "preview:pre-generate" to run as cron. I'm sadly not sure if it is working properly.

I added files via Bash, scanned for new files with "occ files:scan -- user" and run the command "occ preview:pre-generate" manually. After logging in it takes a while for the previews to be shown. I'm not sure if these are pre-generated images or if NC is generating them "on access". :-/

st3iny commented 2 years ago

You could try to increase the verbosity. The preview:pre-generate command will then output every file it generates previews for.

occ -vv preview:pre-generate