mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
new logging strategy, combining API+Worker logs
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user