Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed May 10, 2024
1 parent c0d6b07 commit b08b710
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ abstract class SentryCliInfoValueSource : ValueSource<String, InfoParams> {
args.add(url)
}

args.add("--log-level=debug")
args.add("--log-level=error")
args.add("info")

parameters.propertiesFilePath.orNull?.let { path ->
Expand Down Expand Up @@ -531,7 +531,7 @@ abstract class SentryCliVersionValueSource : ValueSource<String, VersionParams>

val args = mutableListOf(parameters.cliExecutable.get())

args.add("--log-level=debug")
args.add("--log-level=error")
args.add("--version")

it.commandLine(args)
Expand Down

0 comments on commit b08b710

Please sign in to comment.