Skip to content

Commit

Permalink
Update size
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Dec 19, 2017
1 parent 6f4f153 commit 40884de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class OutputChannelBackedByFile extends AbstractFileOutputChannel implements Out
super(outputChannelIdentifier, fileService, modelService, modeService, panelService);

// Use one rotating file to check for main file reset
this.outputWriter = new RotatingLogger(this.id, this.file.fsPath, 1024 * 10, 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)));

Expand Down

0 comments on commit 40884de

Please sign in to comment.