We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d810aa1 commit 942f725Copy full SHA for 942f725
src/ghga_service_commons/http/correlation.py
@@ -14,7 +14,6 @@
14
# limitations under the License.
15
"""Tools to enhance traceability of HTTP requests across microservices."""
16
17
-import logging
18
from functools import partial
19
from typing import Union
20
@@ -26,7 +25,6 @@
26
25
)
27
28
CORRELATION_ID_HEADER_NAME = "X-Request-Id"
29
-log = logging.getLogger(__name__)
30
31
32
def add_correlation_id_to_request(request, generate_correlation_id: bool):
0 commit comments