Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(logging): referer -> referrer #250

Merged
merged 3 commits into from
Dec 6, 2023
Merged

fix(logging): referer -> referrer #250

merged 3 commits into from
Dec 6, 2023

Conversation

rfox-codecov
Copy link
Contributor

historical nuances be damned, it says referrer in the dictionary!

historical nuances be damned, it says referrer in the dictionary!
@codecov-staging
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@codecov-qa
Copy link

codecov-qa bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a29cd70) 95.64% compared to head (c9a9810) 95.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   95.64%   95.64%           
=======================================
  Files         610      610           
  Lines       15714    15714           
=======================================
  Hits        15030    15030           
  Misses        684      684           
Flag Coverage Δ
unit 95.64% <ø> (ø)
unit-latest-uploader 95.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a29cd70) 95.55% compared to head (c9a9810) 95.55%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #250   +/-   ##
=====================================
  Coverage   95.55   95.55           
=====================================
  Files        724     724           
  Lines      16121   16121           
=====================================
  Hits       15404   15404           
  Misses       717     717           
Flag Coverage Δ
unit 95.64% <ø> (ø)
unit-latest-uploader 95.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -45,7 +45,7 @@ class CustomGunicornLogFormatter(JsonFormatter):
"levelname": "level",
"r": "request",
"a": "useragent",
"f": "referer", # the biggest concern in my mind: should this be correctly spelled historically (one r) or correctly spelled linguistically (two r)
"f": "referrer",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qq: does this break backwards compatibility with anything?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope -- this is only for the querying in our logs, which has been flowing for less than a day.

Copy link

Codecov Report

Merging #250 (c9a9810) into main (a29cd70) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   95.64%   95.64%           
=======================================
  Files         610      610           
  Lines       15714    15714           
=======================================
  Hits        15030    15030           
  Misses        684      684           
Flag Coverage Δ
unit 95.64% <ø> (ø)
unit-latest-uploader 95.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
utils/logging_configuration.py 55.00% <ø> (ø)

Impacted file tree graph

@rfox-codecov rfox-codecov merged commit b5ddf2d into main Dec 6, 2023
19 checks passed
@rfox-codecov rfox-codecov deleted the its-called-referrer branch December 6, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants