From 38610aef67c15e286b35bfbeed4b17f5c268d125 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Thu, 9 Oct 2025 23:48:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dfluentbit=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/logging.py b/config/logging.py index b8d9749..d3c9193 100644 --- a/config/logging.py +++ b/config/logging.py @@ -8,7 +8,7 @@ from pathlib import Path from config.setting import settings FLUENTD_HOST = 'host.docker.internal' -FLUENTD_PORT = 24422 +FLUENTD_PORT = 24224 TOPIC_TAG = 'blog-service' # 日志目录