lala/throwablerotate

Bundle old Flow exceptions to zips

Maintainers

👁 paxuclus

Package info

github.com/paxuclus/throwable-rotate

Type:neos-package

pkg:composer/lala/throwablerotate

Statistics

Installs: 323 074

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

1.2.1 2025-11-18 09:56 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 67b655c1ba59064e13abde3ba654fe23878d3497

This package is auto-updated.

Last update: 2026-06-18 11:25:50 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