提交 91c4a3c2 编写于 作者: S Sandeep Somavarapu

Update the size

上级 c65c91e5
......@@ -194,7 +194,7 @@ class OutputChannelBackedByFile extends AbstractFileOutputChannel implements Out
) {
super(outputChannelIdentifier, fileService, modelService, modeService, panelService);
this.outputWriter = new RotatingLogger(this.id, this.file.fsPath, 1024 * 5, 1);
this.outputWriter = new RotatingLogger(this.id, this.file.fsPath, 1024 * 1024 * 30, 1);
this.outputWriter.clearFormatters();
this._register(watchOutputDirectory(paths.dirname(this.file.fsPath), logService, (eventType, file) => this.onFileChangedInOutputDirector(eventType, file)));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册