snok / asgi-correlation-id

Request ID propagation for ASGI apps
MIT License
370 stars 29 forks source link

Dont crop correlation id in logs by default #14

Closed matusvalo closed 2 years ago

matusvalo commented 2 years ago

Fixes #12 Supersedes #13

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (58e5ec4) into main (c427439) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          127       129    +2     
=========================================
+ Hits           127       129    +2     
Impacted Files Coverage Δ
asgi_correlation_id/log_filters.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c427439...58e5ec4. Read the comment docs.

sondrelg commented 2 years ago

Thanks @matusvalo 👏