-
So far I've seen the following tests fail:
* `UserErrors`: https://github.com/restatedev/restate/actions/runs/11728722776/job/32673478427?pr=2222
* `KillInvocation`: https://github.com/restatedev/…
-
Take the following configuration:
```xml
%d{YYYY-MM-dd HH:mm:ss.SSS} %5level %logger{0} [%t] - %msg%…
-
## Description
SyslogAppenderCustomLayoutTest is unreliable
```
[ERROR] Failures:
[ERROR] SyslogAppenderCustomLayoutTest>SyslogAppenderTest.testTCPAppender:56->SyslogAppenderTestBase.sendAnd…
-
Hello,
I want to use the logback variable substitution feature. Unfortunately it does not work as expected.
##Logback.xml
```
...
LOGZIO_TOKEN
${logging.logzio.ur…
-
{
"@timestamp": "2024-11-03T01:19:54.333781834+08:00",
"@Version": "1",
"message": "200 OK GET https://api-dev-mpp.xxxx.cn/api/routes/updatedAt",
"logger_name": "org.zalando.logbook.Logbook",
"th…
-
The http appender could support batch to send multiple log entries to [filebeat http endpoint](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-http_endpoint.html).
> The body…
-
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
Users can dynamically customize the appender
## Test path
`/test/e2e/spec…
-
### General Troubleshooting
- [X] I have checked for similar issues on the Issue-tracker.
- [X] I have checked for PRs that might already address this issue.
### Version of JDA
5.1.2
### Expected …
-
The JDBC appender takes a very conservative approach to SQL connection sharing:
1. as most appenders, each `append` call is synchronized,
2. each event (or batch of events) is logged using a diffe…
-
Would a UDP appender be possible?
We use statsd for our metrics collection endpoint, which wants UDP packets containing strings like `dotted.bucket.name:value|bucket-type` and I'd like to use `loggin…