Skip to content

Commit e7e947d

Browse files
committed
logging: set debug verbosity
1 parent 4d46d5e commit e7e947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from app.util.settings import get_settings
1212

1313
app = FastAPI(lifespan=lifespan, debug=True)
14-
logging.basicConfig(level=logging.INFO)
14+
logging.basicConfig(level=logging.DEBUG)
1515

1616
origins = [
1717
"http://localhost:3000",

0 commit comments

Comments
 (0)