Skip to content

Commit 27923b8

Browse files
committed
feat(cli-repl): add log file location
1 parent 962e148 commit 27923b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli-repl/src/cli-repl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export type CliReplOptions = {
9999
analyticsOptions?: AnalyticsOptions;
100100
/** Disables writing logs */
101101
disableLogging?: boolean;
102+
/** Log file location. */
103+
logLocation?: string;
102104
} & Pick<MongoshNodeReplOptions, 'nodeReplOptions'>;
103105

104106
/** The set of config options that is *always* available in config files stored on the file system. */

0 commit comments

Comments
 (0)