-
We have a [logger](https://github.com/akash-network/console/blob/main/apps/api/src/core/services/logger/logger.service.ts) in API which provides a proper interface and functionality for the purpose. W…
-
model 디렉토리에는 주로 비즈니스 로직과 관련된 데이터 클래스 또는 데이터 구조가 위치합니다. 일반적으로 데이터의 구조와 상태를 표현하고, 애플리케이션이 사용하는 핵심 엔티티들이 여기에 포함됩니다.
예를 들어, 다음과 같은 내용이 model 디렉토리에 포함될 수 있습니다:
1. 데이터 엔티티:
각종 데이터를 담는 클래스 (e.g., Stock, T…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
I see there log4j2.xml configuring log levels in that file might work but if I want to temp set log lev for troubleshooting is there a way to do it via rest api?
-
I have an WebSocket API for Speech To Text and I want to use moonshine as an alternative for faster-whisper but the decoded text is empty.
This is my log after receiving the audio signal:
MoonSh…
-
Logger allows you to either change the format or suppress the following keys at initialization: location, timestamp, xray_trace_id.
https://docs.powertools.aws.dev/lambda/python/latest/core/logger/#o…
-
Перестала загружаться интеграция
В логах ошибка:
This error originated from a custom integration.
Logger: custom_components.haier_evo.api
Source: custom_components/haier_evo/api.py:82
integra…
-
```
nostd::shared_ptr logger = ...;
if (logger->Enabled(severity)) {
}
```
Logger::Enabled() always return false.
This is due to:
```
inline bool Enabled(Severity severity) con…
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
Our current logger is pretty good IMO, but writing messages is pretty cumbersome. It wo…
-
Hi,
I'm currently trying to implement a Rate Limiter on my AWS infrastructure.
Requests for my app currently go through Spring Cloud Gateway (which does circuit breaking, retries, rate limiting,…