Skip to content

Commit 19f4169

Browse files
ellbeebitwalker
authored andcommitted
Set erlsrv -debugType flag to none to stop unbounded logs (#622)
1 parent 2ce6260 commit 19f4169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

priv/libexec/commands/win/install.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ $argv += @("-comment", (ensure-quoted $desc))
5151
$argv += @($name_type, $Env:NAME)
5252
$argv += @("-workdir", $Env:RELEASE_ROOT_DIR)
5353
$argv += @("-machine", $start_erl)
54-
$argv += @("-debugtype", "new")
5554
$argv += @("-stopaction", (ensure-quoted "init:stop()."))
5655
$argv += @("-args", (ensure-quoted $service_args))
5756

0 commit comments

Comments
 (0)