Skip to content

Commit d869bbb

Browse files
committed
Update logging
1 parent a467636 commit d869bbb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

code/function/fastapp/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
from fastapp.core.config import settings
55
from opencensus.extension.azure.functions import OpenCensusExtension
6-
from opencensus.trace import config_integration
76

87
if settings.APPLICATIONINSIGHTS_CONNECTION_STRING:
9-
config_integration.trace_integrations(["requests"])
108
OpenCensusExtension.configure()
119

1210

code/function/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ azure-functions~=1.14.0
66
fastapi~=0.96.1
77
aiohttp~=3.8.4
88
opencensus-extension-azure-functions~=1.0.0
9-
opencensus-ext-requests~=0.8.0

0 commit comments

Comments
 (0)