Skip to content

Commit 970dacd

Browse files
committed
fix
1 parent 984639c commit 970dacd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythonkr_backend/pythonkr_backend/settings/localtesting.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22
import os
3-
import logfire
3+
#import logfire
44

55
from .base import *
66

@@ -29,5 +29,5 @@
2929
BUILD_DIR = os.path.join("/app/bakery_static", "build")
3030

3131
# setup logfire
32-
logfire.configure(environment='localtest')
33-
logfire.instrument_django()
32+
# logfire.configure(environment='localtest')
33+
# logfire.instrument_django()

0 commit comments

Comments
 (0)