Merge pull request 'use additional loki logger' (#48) from feature/backend/centralized-logging into main

Reviewed-on: #48
This commit is contained in:
2025-01-08 09:43:36 +00:00
16 changed files with 106 additions and 1141 deletions

View File

@@ -4,7 +4,7 @@ from fastapi import HTTPException
from pydantic import ValidationError
from ..structs.landmark import Landmark
from ..persistence import client as cache_client
from ..cache import client as cache_client
def landmarks_to_osmid(landmarks: list[Landmark]) -> list[int] :