Skip to content

Commit

Permalink
change default log option (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj authored Oct 28, 2024
1 parent 46d94ae commit b6e8b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/launcher/gateway/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (n *DockerGateway) Start() error {
"--nodePortWS", fmt.Sprintf("%d", n.cfg.tenNodeWSPort),
"--nodeHost", n.cfg.tenNodeHost,
"--dbType", "sqlite",
"--logPath", "sys_out",
"--logPath", "gateway_logs.log",
"--rateLimitUserComputeTime", fmt.Sprintf("%d", n.cfg.rateLimitUserComputeTime),
}

Expand Down

0 comments on commit b6e8b0f

Please sign in to comment.