-
### Summary
Currently, we use two loggers for observability rules, and in order to enable those, we need to add two configurations. In this ticket, we want to improve this logic by only using the ale…
-
### What version of Hono are you using?
4.6.8
### What runtime/platform is your app running on? (with version if possible)
Bun
### What steps can reproduce the bug?
Setup the a bun runtime with w…
-
Take the following configuration:
```xml
%d{YYYY-MM-dd HH:mm:ss.SSS} %5level %logger{0} [%t] - %msg%…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When calling `hubConnection.start()`, sometimes the client freezes at `Connecting` state, and…
-
Just wanted to share my workaround solution.
```c
sapp_desc sokol_main(int argc, char* argv[]) {
(void)argc;
(void)argv;
char* window_title = "Retro";
#ifdef __EMSCRIPTEN__
EM_ASM…
-
Logging to console with [bytes(n: number): string](https://github.com/visionmedia/bytes.js/blob/master/index.js#L161) rounds down leading to loss in reporting precision.
5KB difference
```js
> by…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
How to reproduce the behaviour:
#### index.ts
```ts
import { Logger } from "@aws-lambda-powertools…
-
Currently the application is using `console.log` for logging. We should avoid using it on production, instead a proper logger should be used.
I propose pino, which has good performance and outputs …
-
-
### Search first
- [X] I searched and no similar issues were found
### Description
Trying to use slf4j with log4j logging in java application which uses liquibase.
Using jul-to-slf4j for red…