-
Hello,
I will show you two configurations, one that works, one that doesn't, and maybe you understand what is wrong.
If it's not a bug, this requires at least clear documentation warnings on condi…
-
### What
- When trying to save a product (with v3) in TEST env, I get the following error (wasn't there a couple of hours ago)
`Cannot write to '/mnt/podata/logs/ratelimiter_log4perl.log': at /usr/…
-
Hi everyone,
we have a problem on our aspnet webapplication, in which we use mongodb only from the log4net mongodb appender.
if our instance of mongodb goes down (for whatever cause), the requests t…
-
### Discussed in https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/11695
Originally posted by **ff-amarkande** June 28, 2024
Hi Team,
Trying to format the log…
-
Hey guys, I have already asked this question on the discussion page and it seems like that post isnt getting any reach so I am writing this issue here again, I hope that is not problem and that someon…
-
I use log4cplus in centos 7.2 , this is init code:
```cpp
int init_log4cplus_and_monitor()
{
try
{
log4cplus::ConfigureAndWatchThread configureThread(LOG4CPLUS_TEXT("../etc…
-
jasypt version:3.0.5
springboot version:3.0.0
bootstrap.yml:
```
spring:
application:
name: config-client
```
application.yml:
```
server:
port: 8081
logging:
file:
…
-
### What did you do?
Run Prometheus like this to drop the disambiguating `quantile` label from the `go_gc_duration_seconds` summary:
```
global:
scrape_interval: 5s
scrape_configs:
- j…
-
Hello
Using log4cplus 2.0.5.
I am using DailyRollingFileAppender and have multiple processes logging to the same log file.
When the file is rolled some processes keep logging in the old log f…
-
pinpoint version:2.3.4
If I don't log anything in my project, then I will get a null value for ptxId from the aspect. However, if I log something, I can get the value. What could be the reason for …