Skip to content

paxuclus/throwable-rotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Group old Flow exception log files to zip files based on the date of their occurance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages