We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0668cc4 commit 66b3d3fCopy full SHA for 66b3d3f
utbot-cli-python/src/main/kotlin/org/utbot/cli/language/python/Application.kt
@@ -18,7 +18,7 @@ private val logger = KotlinLogging.logger {}
18
class UtBotPythonCli : CliktCommand(name = "UnitTestBot Python Command Line Interface") {
19
private val verbosity by option("--verbosity", help = "Changes verbosity level, case insensitive")
20
.enum<Level>(ignoreCase = true)
21
- .default(Level.DEBUG)
+ .default(Level.INFO)
22
23
override fun run() = setVerbosity(verbosity)
24
0 commit comments