lala / throwablerotate
将旧的Flow异常打包成zip文件
1.2.0
2024-01-02 14:42 UTC
Requires
- neos/flow: ^8.3 || ~9.0.0
- neos/utility-files: ^8.3 || ~9.0.0
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