Journal size-based rotation

interface JournalSizeRotation {
    maxFileSize: number;
}

Properties

Properties

maxFileSize: number