-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working