lala/throwablerotate

将旧的Flow异常打包成zip文件

安装数: 88,857

依赖: 0

建议者: 0

安全: 0

星星: 1

关注者: 2

分支: 0

公开问题: 1

类型:neos-package

1.2.0 2024-01-02 14:42 UTC

This package is auto-updated.

Last update: 2024-09-09 09:56:31 UTC


README

根据发生的日期将旧的Flow异常日志文件分组到zip文件中。

配置

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