We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962e148 commit 27923b8Copy full SHA for 27923b8
packages/cli-repl/src/cli-repl.ts
@@ -99,6 +99,8 @@ export type CliReplOptions = {
99
analyticsOptions?: AnalyticsOptions;
100
/** Disables writing logs */
101
disableLogging?: boolean;
102
+ /** Log file location. */
103
+ logLocation?: string;
104
} & Pick<MongoshNodeReplOptions, 'nodeReplOptions'>;
105
106
/** The set of config options that is *always* available in config files stored on the file system. */
0 commit comments