refactor: cleaned main file

This commit is contained in:
2025-10-31 11:29:24 +04:00
parent 36b3e056dc
commit ef657c4939
8 changed files with 84 additions and 53 deletions

View File

@ -10,7 +10,7 @@ from logger.constants import (
from logger.formatter import JsonFormatter
from logger.gunzip_rotating_file_handler import GunZipRotatingFileHandler
from logger.filters import LevelFilter, RequestIdFilter
from core.singleton import Singleton
from utils.singleton import Singleton
class LoggerBuilder(metaclass=Singleton):