logestic
logestic copied to clipboard
An advanced and customisable logging library for ElysiaJS
### 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...
# Problem - Test cases have not been updated since the experimental version. - Without test cases, issues such as #20 can occur again in the future. # Suggested solution...
### What version of Logestic are you using? 1.2.4 ### What is the bug and how to reproduce it? ReferenceError: Bun is not defined ### What is the expected behaviour?...
### What version of Logestic are you using? 1.2.4 ### What is the bug and how to reproduce it? Using Logestic according to documentation: ```ts import { Elysia } from...
passing false was overrided by the OR operator. fixes #36
### What version of Logestic are you using? 1.2.4 ### What is the bug and how to reproduce it? I wrote a more detailed report here: https://github.com/elysiajs/elysia/issues/1423 This happens when...
### What version of Logestic are you using? ^1.2.4 ### What is the bug and how to reproduce it? ### easy to reproduce ```ts import { Logestic } from "logestic";...