• New logger (Summer 2023) changes how file rotation works. Each day, the logger writes to a new file To get old files cleaned up, this can be called when a new root logger is instantiated based on CLEAN_ODDS, it could exit OR delete some old log files

    to start this without waiting, use void cleanup()

    accepts params to override the default behavior (used to cleanup huge log file during perf tests)

    Parameters

    • maxMs: number = MAX_FILE_AGE_MS
    • force: boolean = false

    Returns Promise<void>