lala/throwablerotate

Last activity 06 Feb 2021 1 5355
composer require lala/throwablerotate

Bundle old Flow exceptions to zips

1.0.1

Version
1.0.1
Type
neos-package
Release Date
Feb 06, 2021 20:26
Source
git
Distribution
zip
Requires
MIT 99b85e5ffa6541bcb48b62903be015b353a13875

Lala.ThrowableStorage

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
The content of the readme is provided by Github
The same vendor provides 3 package(s).