lala / throwablerotate
Bundle old Flow exceptions to zips
Package info
github.com/paxuclus/throwable-rotate
Type:neos-package
pkg:composer/lala/throwablerotate
1.3.0
2026-07-01 21:09 UTC
Requires
- neos/flow: ^8.3 || ^9.0
- neos/utility-files: ^8.3 || ^9.0
This package is auto-updated.
Last update: 2026-07-01 21:10:09 UTC
README
Group old Flow exception log files to zip files based on the date of their occurance.
Configuration
Neos: Flow: log: throwables: optionsByImplementation: 'Lala\ThrowableRotate\Log\RotatingFileStorage': # Directory to store exceptions in storagePath: '%FLOW_PATH_DATA%Logs/Exceptions' # Directory to store archives of old exceptions in archiveStoragePath: '%FLOW_PATH_DATA%Logs/Exceptions' # Amount of exceptions to keep outside of archives exceptionsToKeep: 50 # Sets the threshold for when to archive all exceptions that exceed 'exceptionsToKeep' archiveThreshold: 10