Skip to content

Commit 66b3d3f

Browse files
[Andrew Polyakov] Debug level rollback
1 parent 0668cc4 commit 66b3d3f

File tree

1 file changed

+1
-1
lines changed
  • utbot-cli-python/src/main/kotlin/org/utbot/cli/language/python

1 file changed

+1
-1
lines changed

utbot-cli-python/src/main/kotlin/org/utbot/cli/language/python/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private val logger = KotlinLogging.logger {}
1818
class UtBotPythonCli : CliktCommand(name = "UnitTestBot Python Command Line Interface") {
1919
private val verbosity by option("--verbosity", help = "Changes verbosity level, case insensitive")
2020
.enum<Level>(ignoreCase = true)
21-
.default(Level.DEBUG)
21+
.default(Level.INFO)
2222

2323
override fun run() = setVerbosity(verbosity)
2424

0 commit comments

Comments
 (0)