ci: quieter node
This commit is contained in:
parent
19d9c3a290
commit
9623ca7321
2
Tiltfile
2
Tiltfile
|
@ -159,6 +159,8 @@ def build_node_yaml():
|
||||||
container["command"] = command_with_dlv(container["command"])
|
container["command"] = command_with_dlv(container["command"])
|
||||||
container["command"] += ["--logLevel=debug"]
|
container["command"] += ["--logLevel=debug"]
|
||||||
print(container["command"])
|
print(container["command"])
|
||||||
|
elif ci:
|
||||||
|
container["command"] += ["--logLevel=warn"]
|
||||||
|
|
||||||
if explorer:
|
if explorer:
|
||||||
container["command"] += [
|
container["command"] += [
|
||||||
|
|
Loading…
Reference in New Issue