Skip to content

Commit

Permalink
Set mirrord progress mode (#87)
Browse files Browse the repository at this point in the history
* Setting MIRRORD_PROGRESS_MODE to json

* Changelog entry
  • Loading branch information
Razz4780 authored Aug 17, 2023
1 parent 59245cb commit 33defc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/+mirrord-progress-mode.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The plugin now sets the `MIRORRD_PROGRESS_MODE` env for the mirrord binary.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ class MirrordApi(private val service: MirrordProjectService) {
}
it.patchCommandLine(this, service.project, wslOptions)
}

environment["MIRRORD_PROGRESS_MODE"] = "json"
}

logger.info("running mirrord with following command line: ${commandLine.commandLineString}")
Expand Down

0 comments on commit 33defc2

Please sign in to comment.