test: log level

This commit is contained in:
Richard Ramos 2024-05-28 16:33:53 -04:00
parent 255a6b2010
commit 33b98bedb1
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -93,6 +93,7 @@ func Execute(ctx context.Context, options Options) error {
}
wakuNode, err := node.New(
node.WithLogLevel(zap.DebugLevel), // options.LogLevel
node.WithNTP(),
node.WithClusterID(uint16(options.ClusterID)),
node.WithHostAddress(hostAddr),