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

Unable to set httpLogging to false #36

Open
nathan-hubelia opened this issue Aug 13, 2024 · 0 comments
Open

Unable to set httpLogging to false #36

nathan-hubelia opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nathan-hubelia
Copy link

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

new Elysia()
  .use(
    Logestic.preset('fancy', {
	httpLogging: false,
    }
  )
)

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

@nathan-hubelia nathan-hubelia added the bug Something isn't working label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant