mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: comment out LogFire configuration to disable it for SQLAlchemy
This commit is contained in:
parent
f73fc4b4c4
commit
7d4c9e767a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import uvicorn
|
import uvicorn
|
||||||
import logfire
|
# import logfire
|
||||||
from fastapi import FastAPI, Request
|
from fastapi import FastAPI, Request
|
||||||
from config.config import LearnHouseConfig, get_learnhouse_config
|
from config.config import LearnHouseConfig, get_learnhouse_config
|
||||||
from src.core.events.events import shutdown_app, startup_app
|
from src.core.events.events import shutdown_app, startup_app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue