Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
c005def0
Commit
c005def0
authored
Jul 05, 2016
by
Moustakas
Browse files
Change argumnet description for ToolCommand
parent
a8f3cc2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/ToolCommand.scala
View file @
c005def0
...
...
@@ -35,7 +35,7 @@ trait ToolCommand extends MainCommand with Logging {
case
"error"
=>
logger
.
setLevel
(
org
.
apache
.
log4j
.
Level
.
ERROR
)
case
_
=>
}
}
text
"L
og l
evel"
validate
{
}
text
"Level
of log information printed. Possible levels: 'debug', 'info', 'warn', 'error'
"
validate
{
case
"debug"
|
"info"
|
"warn"
|
"error"
=>
success
case
_
=>
failure
(
"Log level must be <debug/info/warn/error>"
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment