mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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)
|
return RunTargetResult(result, messages)
|
||||||
}
|
}
|
||||||
|
|
||||||
val LOG_LEVEL = 1
|
val LOG_LEVEL = 3
|
||||||
|
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
fun <T> createGraph2(projectName: String, taskNames: List<String>, nodeMap: Multimap<String, T>,
|
fun <T> createGraph2(projectName: String, taskNames: List<String>, nodeMap: Multimap<String, T>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue