logestic icon indicating copy to clipboard operation
logestic copied to clipboard

An advanced and customisable logging library for ElysiaJS

Results 8 logestic issues
Sort by recently updated
recently updated
newest added

### 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...

bug

# 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...

feature request
help wanted
good first issue

### 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?...

bug

### 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...

bug

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...

bug

### 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";...

bug