logestic
logestic copied to clipboard
Unable to set httpLogging to false
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