From c1ce43000ff7e899a04d25b0a17114e53153246d Mon Sep 17 00:00:00 2001 From: S0okJu Date: Thu, 1 May 2025 14:05:11 +0900 Subject: [PATCH] =?UTF-8?q?[Hotfix]=20Loki=20unbound-error=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hexactf/factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hexactf/factory.py b/hexactf/factory.py index 7e8b7c8..fda461d 100644 --- a/hexactf/factory.py +++ b/hexactf/factory.py @@ -11,6 +11,7 @@ from hexactf.exceptions.base_exceptions import CustomBaseException from hexactf.extensions.kafka.handler import MessageHandler from hexactf.extensions_manager import kafka_consumer, db +from hexactf.monitoring.loki_logger import FlaskLokiLogger def start_kafka_consumer(app): """Start Kafka consumer in a separate thread"""