Skip to content

refactor(logging): use the logController option - #46

Merged
raisedadead merged 1 commit into
mainfrom
fix/37-log-controller
Sep 11, 2026
Merged

raisedadead merged 1 commit into
mainfrom
fix/37-log-controller

Conversation

@raisedadead

@raisedadead raisedadead commented Sep 11, 2026

Copy link
Copy Markdown
Member

Closes #37

Moves disableRequestLogging into the logController option. fastify 5.12
deprecates the top-level option and fastify 6 removes it.

The suppression predicate does not change.

Verified: no FSTDEP023 warning at boot, /health writes no request log lines,
other routes still do.

@raisedadead
raisedadead merged commit 1ccd6c0 into main Sep 11, 2026
2 checks passed
@raisedadead
raisedadead deleted the fix/37-log-controller branch September 11, 2026 09:00
@raisedadead
raisedadead restored the fix/37-log-controller branch September 11, 2026 09:43
@raisedadead
raisedadead deleted the fix/37-log-controller branch September 11, 2026 09:44
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.

Move disableRequestLogging to logController

1 participant