In vfs_recycle(8): ----- EXAMPLES Log operations on all shares using the LOCAL1 facility and NOTICE priority: [global] vfs objects = recycle recycle:facility = LOCAL1 recycle:priority = NOTICE ----- This is something cut&paste miss :-)
excuse my ignorance, but where exactly is the problem? Volker
>but where exactly is the problem? vfs_recycle does not have both facility and priority parameters. They are vfs_audit/vfs_extd_audit/vfs_full_audit's. A proper example is : [share1] vfs objects = recycle recycle:repository = .trash recycle:keeptree = yes recycle:versions = yes
You are obviously correct! Fixed in master with commit 9f44a17c. Will be in the next releases. Thanks for reporting!