Is there a way to left pad with zeroes in the rolling file appender of log4j?
For instance myfile-00001.txt
I'm using a 3rd party log processor that reads files in lexicographical order so the the files must be left padded...
I added the following in the filePattern of log4j but I get spaces.
${logPath}/myfile-%05i.txt