RE: artenis.log overwritten

2025-05-28 Thread Vilius Ĺ umskas
. Hope that helps. -- Vilius From: herbert.helmstr...@systema.com Sent: Wednesday, May 28, 2025 3:28 PM To: users@activemq.apache.org Subject: artenis.log overwritten Hello comunity, normally on artemis broker start the artemis.log is created if not present or the output is attached to

Re: artenis.log overwritten

2025-05-28 Thread Justin Bertram
The broker delegates log file handling to Log4j2. The default log4j2.properties uses a RollingFile appender for "artemis.log," and I believe this behavior is controlled by the value of the "append" property which is not set and defaults to true. Of course, it's always possible you're hitting a bug.

artenis.log overwritten

2025-05-28 Thread Herbert . Helmstreit
Hello comunity, normally on artemis broker start the artemis.log is created if not present or the output is attached to artemis.log, if the file is there. On a broker restart after a failure we faced a recreate (overwrite) of the present artemis.log with artemis 2.41. Unfortunately we have no id