Skip to content

Commit

Permalink
honor loglevel setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Jun 30, 2019
1 parent 6deda6a commit 6cb4912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class PowerShellProcess {
"-HostProfileId", "0",
"-HostVersion", "2.0.0",
"-LogPath", path.join(logDir, "log.txt"),
"-LogLevel", "Diagnostic",
"-LogLevel", this.config.developer.editorServicesLogLevel || "Normal",
"-BundledModulesPath", this.bundledModulesPath,
"-EnableConsoleRepl",
"-SessionDetailsPath", this.sessionFilePath)
Expand Down

0 comments on commit 6cb4912

Please sign in to comment.