Set logging level about recipe discovery to debug
This commit is contained in:
parent
05a3b4a1d2
commit
f12ccc84e2
@ -111,9 +111,9 @@ private fun make(tag: Tag<Item>, value: ImpreciseFraction, complexity: Double =
|
||||
}
|
||||
|
||||
private fun logResolutionError(text: String) {
|
||||
LOGGER.error("... Item chain: " + seenItems.joinToString(" -> "))
|
||||
LOGGER.debug("... Item chain: " + seenItems.joinToString(" -> "))
|
||||
// LOGGER.error("Recipe chain: " + seenRecipes.joinToString(" -> "))
|
||||
LOGGER.error(text)
|
||||
LOGGER.debug(text)
|
||||
}
|
||||
|
||||
private enum class ResultType {
|
||||
|
Loading…
Reference in New Issue
Block a user