new logging strategy, combining API+Worker logs

This commit is contained in:
msramalho
2025-06-30 10:55:19 +01:00
parent 7db2002375
commit 17d429e6d3
14 changed files with 30 additions and 27 deletions

View File

@@ -3,7 +3,6 @@ import os
from typing import Dict, List, Set
import yaml
from loguru import logger
from pydantic import (
BaseModel,
Field,
@@ -13,6 +12,8 @@ from pydantic import (
)
from typing_extensions import Self
from app.shared.log import logger
class UserGroups:
def __init__(self, filename):