Skip to content

pull in new logx package, update logging - #573

Merged
matoszz merged 1 commit into
mainfrom
fix-zerologupdates
Sep 1, 2026
Merged

pull in new logx package, update logging#573
matoszz merged 1 commit into
mainfrom
fix-zerologupdates

Conversation

@matoszz

@matoszz matoszz commented Sep 1, 2026

Copy link
Copy Markdown
Member

Logging in fgax and sessions used zerolog's global logger, so authz and session failures lost all request correlation (request ID, client metadata). This converts those call sites to logx.FromContext(ctx) from the new standalone logx package (context-scoped logger with global fallback) and fixes two noisy severities (missing session cookie: error -> debug; undecodable cookie on logout: error -> warn)

@matoszz
matoszz requested a review from a team as a code owner September 1, 2026 17:19
@matoszz
matoszz enabled auto-merge (squash) September 1, 2026 17:20

@golanglemonade golanglemonade left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🙏

@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

@matoszz
matoszz merged commit 7289c0d into main Sep 1, 2026
15 checks passed
@matoszz
matoszz deleted the fix-zerologupdates branch September 1, 2026 17:22
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.

2 participants