ADD VOLUME_MOUNT

master
Sebastian Serfling 2023-08-20 21:32:13 +02:00
parent 8fac8893b6
commit 863d9f5c48
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import logging
import auth
from fastapi.security.api_key import APIKey
print(123)
logging.basicConfig(level=logging.DEBUG) # add this line
logger = logging.getLogger("foo")