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

Move fastify.logger.infos to fastify.logger.traces #8590

Merged
merged 4 commits into from
Jun 12, 2023

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 12, 2023

The default experience of yarn dev lets you know a bunch of stuff you don't really care about WRT fastify (e.g. I've never once cared about what plugins are installed, but it fills my terminal)

This moves them all (and the templated files) to use trace so that they are opt-in when you want to know about those sort of internal details - pairs with #8588

@jtoar jtoar added the release:breaking This PR is a breaking change label Jun 12, 2023
Copy link
Contributor

@jtoar jtoar left a comment

Choose a reason for hiding this comment

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

Thanks @orta, this is definitely an improvement! I'm going to mark this is as breaking for now just to be safe till I run it by @thedavidprice; we made similar logger changes for the better in #8353 and marked it as breaking out of an abundance of caution

@jtoar jtoar merged commit 65b09e5 into redwoodjs:main Jun 12, 2023
10 of 11 checks passed
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Jun 12, 2023
@jtoar jtoar modified the milestones: next-release, v6.0.0 Jun 13, 2023
dac09 added a commit to dac09/redwood that referenced this pull request Jun 13, 2023
…into chore/rename-entry-client

* 'chore/rename-entry-client' of github.com:dac09/redwood:
  Move fastify.logger.infos to fastify.logger.traces (redwoodjs#8590)
  Make the fastify logger respect the LOG_LEVEL value set in the env (redwoodjs#8588)
  feat: Update the SDL types lib (redwoodjs#8586)
  Fix the codegen path for the GraphQL context objcet (redwoodjs#8585)
  chore(deps): update dependency @clerk/types to v3.42.0 (redwoodjs#8584)
  feat(codemod): Add codemod for js to jsx conversion (redwoodjs#8551)
jtoar added a commit that referenced this pull request Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:breaking This PR is a breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants