shrun-0.9: A utility program for running shell commands concurrently.
Safe HaskellNone
LanguageGHC2021

Shrun.Configuration.Data.FileLogging.FileSizeMode

Synopsis

Documentation

data FileSizeMode Source #

Determines what to do if the log file surpasses the given size threshold.

Constructors

FileSizeModeWarn (Bytes 'B Natural)

Print a warning.

FileSizeModeDelete (Bytes 'B Natural)

Delete the file.

FileSizeModeNothing

Does nothing.