-
Everything goes well with shipping the log evens to logz.io, until after a day of three the appender stops sending events to logzio.
This has happened on multiple occasions.
We enabled debug loggi…
-
| | |
| --- | --- |
| Bugzilla Link | [12141](https://llvm.org/bz12141) |
| Version | 3.0 |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143744836…
-
### Proposal
## Problem
I was discussing this problem with @ArthurSens on CNCF slack, and seems like CT zero-samples scraped by Prometheus in Agent mode do not make into remote write requests. Upo…
-
## Description
- Since apache/logging-log4j2:2.23.0, `onMismatch` of `MarkerFilter` is no longer available. This was actually found from https://github.com/apache/hive/pull/5375 . It can be reprodu…
-
## Description
We are using the RollingFileAppender with below configuration
```
appender.file.type=RollingFile
appender.file.name=LOGFILE
appender.file.fileName=${basePath}/out.log
appender.fi…
-
The `ksqlDB Processing Log` documentation has lack details of how to configure the processing log log4j when Kafka requires authentication with either Kerberos and SSL (https://docs.ksqldb.io/en/lates…
spena updated
2 years ago
-
Hi, I am migrating a project from CommonJS to pure ESM. Is it possible to load a custom appender at this time using pure ESM?
jmeis updated
2 years ago
-
When I run my test I got Warning like this:
```java
org.apache.http.client.protocol.RequestTargetAuthentication process
WARNING: NEGOTIATE authentication error: No valid credentials provided (Mecha…
-
With a new logging system in the backend it is relatively easy to setup an appender that sends logs to some endpoint.
While available, the option has not been turned on by default. We should do it no…
-
If a `Throwable` type is passed to match the last `{}` argument, it is ignored, and the formatted log message will write `{}` instead.
Example:
```java
package com.test;
import ch.qos.logback.…