-
There is a problem with Solr re-indexing (Admin portal > Metadata Service >Index). It works with stop-gap metadatas but in the case where GISCs metadata has been harvested previously and only one meta…
-
# Steps to Recreate
## In CLAMP_WIN 1.6.6
### Build following pipeline:
```
```
### Export to jar (__test_project.pipeline.jar__)
…
-
-
Hi,
I was used to ship logs my java applications directly to Elasticsearch
( using this kind of libs :
- https://jitpack.io/#skuppa/logback-elasticsearch-appender
- https://github.com/inte…
-
My assumption is that by using log4j + logback for our logging infrastructure, we actually offer end users quite a bit of configurability in both what is logged as well as to where (e.g. appenders).
…
-
# Log4j CVE-2021-44832 Vulnerability
## Description
Apache Log4j2 versions < 2.17.1 are vulnerable to RCE via JDBC Appender when an attacker controls configuration.
Ref : [CVE-2021-44832](http…
-
I am using:
`log4j.appender.stdout.layout.ConversionPattern=[%d{ISO8601}] %5p %10c{1} [%10t] (%22F:%3L) - %m%n`
Having the filename and line number available is very helpful for me when developing…
Zomis updated
6 years ago
-
How to set `appender.rolling.layout.type` parameter to `ESJsonLayout` in log4j.properties?
-
## Description
Fault injection: VM file handles are used up, and logs cannot be printed after the fault is rectified. IOException: Stream Closed.
[A clear and concise description of what the bug is.…
-
After run the code, nothing happened.
My code is:
```
public static void main(String[] args) {
power(3, 5);
}
@Loggable(Loggable.DEBUG)
public static int power(int x, int p) {
ret…