CLI: Added custom logger

This commit is contained in:
Qubasa
2023-09-22 18:34:43 +02:00
committed by Mic92
parent 904301c20e
commit 9dca1a4672
5 changed files with 57 additions and 4 deletions

View File

@@ -19,6 +19,10 @@ from ..schemas import (
Status,
)
# Logging setup
import logging
log = logging.getLogger(__name__)
router = APIRouter()