Merge pull request 'use additional loki logger' (#48) from feature/backend/centralized-logging into main
Reviewed-on: #48
This commit is contained in:
@@ -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] :
|
||||
|
Reference in New Issue
Block a user