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: align proxy mode log level with decision mode log level for access request granted log #1029

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

sagarjois
Copy link
Contributor

@sagarjois sagarjois commented Nov 3, 2022

After turning on proxy mode for oathkeeper, I started to see lot of warning level logs related to "Access request granted" which is supposed to be Info level log like in decision mode. Therefore aligning the log level to Info for access request granted log in proxy mode

@sagarjois sagarjois requested a review from aeneasr as a code owner November 3, 2022 07:32
@CLAassistant
Copy link

CLAassistant commented Nov 3, 2022

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Merging #1029 (51faebe) into master (f810a0b) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 51faebe differs from pull request most recent head 1e27ff1. Consider uploading reports for the commit 1e27ff1 to get more accurate results

@@           Coverage Diff           @@
##           master    #1029   +/-   ##
=======================================
  Coverage   78.66%   78.66%           
=======================================
  Files          83       83           
  Lines        3866     3866           
=======================================
  Hits         3041     3041           
  Misses        555      555           
  Partials      270      270           
Impacted Files Coverage Δ
proxy/proxy.go 70.47% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sagarjois sagarjois force-pushed the fix/align_log_level_proxy_mode branch 3 times, most recently from aa8da29 to 94dfd3a Compare November 3, 2022 07:43
@sagarjois sagarjois changed the title chore: align proxy mode logs with decision mode chore: align proxy mode log level with decision mode log level for access request granted log Nov 3, 2022
@sagarjois sagarjois force-pushed the fix/align_log_level_proxy_mode branch 2 times, most recently from 5ac80da to cd099aa Compare November 3, 2022 14:22
@sagarjois sagarjois changed the title chore: align proxy mode log level with decision mode log level for access request granted log fix: align proxy mode log level with decision mode log level for access request granted log Nov 3, 2022
@sagarjois sagarjois force-pushed the fix/align_log_level_proxy_mode branch from cd099aa to 5d1300b Compare November 3, 2022 14:41
@sagarjois sagarjois force-pushed the fix/align_log_level_proxy_mode branch from 5d1300b to 1e27ff1 Compare November 3, 2022 14:42
@aeneasr aeneasr merged commit b9365a6 into ory:master Nov 4, 2022
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.

3 participants