-
In the new Log4j 2.x online documentation:
https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html
The configuration attribte 'createOnDemand' is documented as a common attribute…
-
This configuration
```
log4perl.logger.Foo = INFO, STDERR
log4perl.appender.STDERR = Log::Log4perl::Appender::Screen
log4perl.appender.ST…
XSven updated
6 months ago
-
Follow up from #20, users must have a way to specify hooking up log appenders/handlers to the logging provider.
The wiring up of appenders to the SDK seems more like an instrumentation concern than…
-
This should offer a configuration UI and ability to output audit log events to a configurable JDBC datasource. Determine whether it would be better to offer a sort of mapping UI to the user to configu…
-
I need to shift my application logs from file to elk. Logging on elk is working fine on my local environment (without credentials) but its not working on production.
On production, if i just switch…
-
allow log4cplus to send SNMP traps to SNMP sagent
-
Currently there are a few:
@pierredavidbelanger https://github.com/pierredavidbelanger/logback-awslogs-appender
@kernspin https://github.com/brick-commerce/cloudwatch-logback-appender
@trautonen http…
-
When RollingStyle is Composite, it seems RollingFileAppender ignores AppendToFile flag except for the first log on that day.
The following code makes log files as 2024-08-02.0.log, 2024-08-02.1.log…
-
When using the appender API, you can generate a segfault if you break a foreign key constraint.
If you use the insert API, you will get a returned error when you conduct an insert that breaks a for…
jubos updated
7 months ago
-
The above dependency causes a compilation error. Maybe worth adding to /packages instead of relying on GAC.