Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: request and ambigous route log level #68

Merged
merged 3 commits into from
Feb 4, 2023

Conversation

line-o
Copy link
Member

@line-o line-o commented Feb 3, 2023

closes #67

To ease application development and custom messages not drown in roaster's own logs the log level for the following messages is lowered to "debug":

  • incoming requests (was "info")
  • outgoing requests (was "info")
  • ambigous route message (was "warn")

closes eeditiones#67

To ease application development and custom messages not drown in
roaster's own logs the log level for the following messages is
lowered to "debug":

- incoming requests (was "info")
- outgoing requests (was "info")
- ambigous route message (was "warn")
@line-o line-o requested a review from a team February 3, 2023 14:37
@line-o
Copy link
Member Author

line-o commented Feb 3, 2023

Hmm, it appears that this build of roaster does not run on exist 5.0.0 anymore.

The transient test-dependency on crypto lib requires 5.3.0 or later
the library itself should run on earlier versions as well.
@wolfgangmm wolfgangmm merged commit a59ded1 into eeditiones:main Feb 4, 2023
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

🎉 This PR is included in version 1.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

INFO logging
2 participants