We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.2.3
Unable to disable the httpLogging option. I would expect this code
new Elysia() .use( Logestic.preset('fancy', { httpLogging: false, } ) )
When httpLogging is set to false, I would expect successful requests not to be logged. However, they are still printed.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Logestic are you using?
1.2.3
What is the bug and how to reproduce it?
Unable to disable the httpLogging option. I would expect this code
What is the expected behaviour?
When httpLogging is set to false, I would expect successful requests not to be logged. However, they are still printed.
Any additional information/media?
No response
The text was updated successfully, but these errors were encountered: