mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Fix log level.
This commit is contained in:
parent
5279a19966
commit
734359301b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class TaskManager @Inject constructor(val args: Args,
|
|||
return RunTargetResult(result, messages)
|
||||
}
|
||||
|
||||
val LOG_LEVEL = 1
|
||||
val LOG_LEVEL = 3
|
||||
|
||||
@VisibleForTesting
|
||||
fun <T> createGraph2(projectName: String, taskNames: List<String>, nodeMap: Multimap<String, T>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue