GitHub user ppkarwasz added a comment to the discussion: Log4j creates an empty 
log file and refuses to fill it?

Hi @i-make-robots,

> My Java 22 open source project is 
> [https://github.com/MarginallyClever/Makelangelo-software/](https://github.com/MarginallyClever/Makelangelo-software/).
>  I'm using logback and log4j with a rolling file appender.

After reviewing your repository, it appears that the project uses 
[SLF4J](http://www.slf4j.org/) as the logging API and 
[Logback](https://github.com/qos-ch/logback) as the underlying implementation. 
It doesn't use neither the [Log4j 2 
API](https://logging.apache.org/log4j/2.x/manual/api.html) nor its [Log4j Core 
implementation](https://logging.apache.org/log4j/2.x/manual/implementation.html).

Since your setup is based on Logback rather than Log4j 2, you'd likely get more 
relevant support by posting your question in the [Logback 
Discussions](https://github.com/qos-ch/logback/discussions) page.

Hope this helps!


GitHub link: 
https://github.com/apache/logging-log4j2/discussions/3793#discussioncomment-13632248

----
This is an automatically sent email for dev@logging.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@logging.apache.org

Reply via email to