ci: quieter node

This commit is contained in:
Evan Gray 2022-10-27 00:22:09 +00:00 committed by Evan Gray
parent 19d9c3a290
commit 9623ca7321
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ def build_node_yaml():
container["command"] = command_with_dlv(container["command"])
container["command"] += ["--logLevel=debug"]
print(container["command"])
elif ci:
container["command"] += ["--logLevel=warn"]
if explorer:
container["command"] += [