logestic icon indicating copy to clipboard operation
logestic copied to clipboard

Unable to set httpLogging to false

Open nathan-hubelia opened this issue 1 year ago • 0 comments

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 avatar Aug 13 '24 15:08 nathan-hubelia