Hello! I'm migrating from proprietary logging backend to the Log4j and failed to configure the same behavior.
I need to configure appender that will create log files with these three requirements: -- log file name: "application_%d{yyyyMMddHHmmss}.log" -- limit maximum log file size -- limit maximum number of files I've already tried a lot of configurations, but could satisfy only two requirements of three :( Is it possible without patching the appender itself? Thanks! Regards, Alexey