Member Junction
    Preparing search index...
    interface EmitterOptions {
        consoleMirror?: boolean;
        maxRunDirs?: number;
        rootDir?: string;
    }
    Index

    Properties

    consoleMirror?: boolean

    Optional human-facing console mirror (default false — file is the primary record).

    maxRunDirs?: number

    Max number of per-run subdirs to retain under rootDir. On each new run, older run dirs beyond this count (by mtime) are pruned so the logs directory never grows unbounded across runs. Defaults to MJ_INTEGRATION_MAX_RUN_DIRS env or 200. Set 0 to disable pruning.

    rootDir?: string

    Root directory containing per-run subdirs. Defaults to ./logs/integration-runs.