Skip to content

Commit 9778575

Browse files
committed
remove logfire from base
1 parent df9cdd7 commit 9778575

File tree

1 file changed

+3
-4
lines changed
  • pythonkr_backend/pythonkr_backend/settings

1 file changed

+3
-4
lines changed

pythonkr_backend/pythonkr_backend/settings/base.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from pathlib import Path
1414
import os
15-
import logfire
1615

1716
# Build paths inside the project like this: BASE_DIR / 'subdir'.
1817
BASE_DIR = Path(__file__).resolve().parent.parent.parent
@@ -183,7 +182,7 @@
183182
"0.0.0.0",
184183
]
185184

185+
# import logfire
186186
# setup logfire
187-
188-
logfire.configure(environment='base', service_name="web")
189-
logfire.instrument_django()
187+
#logfire.configure(environment='base', service_name="web")
188+
#logfire.instrument_django()

0 commit comments

Comments
 (0)