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

@@ -1,9 +1,9 @@
from typing import List
from auto_archiver.core import Media, Metadata
from loguru import logger
from app.shared.db import models
from app.shared.log import logger
def fnv1a_hash_mod(s: str, modulo: int) -> int: