interface FileLogPathOptions {
    logBaseDir?: string;
    logDefaultPath?: string;
}

Hierarchy (view full)

Properties

logBaseDir?: string

The base path to use when parsing file logging options.

FileOptions

'CWD'
logDefaultPath?: string

The default path to use when parsing file logging options.

If this path is relative it is joined with logBaseDir

FileOptions

'./logs/app.log'