mirror of https://github.com/waku-org/nwaku.git
fix: typo
This commit is contained in:
parent
ea6200dd0c
commit
6dd2806359
|
@ -44,7 +44,7 @@ pipeline {
|
|||
)
|
||||
choice(
|
||||
name: "LOWEST_LOG_LEVEL_ALLOWED",
|
||||
choces: ['TRACE', 'DEGUG', 'INFO', 'NOTICE', 'WARN', 'ERROR', 'FATAL'],
|
||||
choices: ['TRACE', 'DEGUG', 'INFO', 'NOTICE', 'WARN', 'ERROR', 'FATAL'],
|
||||
description: "Defines the log level, which will be available at runtime (Chronicles log level)",
|
||||
)
|
||||
booleanParam(
|
||||
|
|
Loading…
Reference in New Issue