From f12ccc84e20a9265d2daae220cfcab42e4cb242b Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 30 Jan 2022 16:56:09 +0700 Subject: [PATCH] Set logging level about recipe discovery to debug --- src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt index 8351efcdb..70a68440c 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/MatterData.kt @@ -111,9 +111,9 @@ private fun make(tag: Tag, 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 {