<@UJ2H5TNEP> You can write a custom log4j config a...
# general
s
@User You can write a custom log4j config and pass it to as part of the jvm config. You can use something like
RollingFileAppender
https://howtodoinjava.com/log4j/log4j-rolling-file-appender/ to avoid the issue
a
Thanks I was able to get it to work!