Description
I've started migration from logback and found out one quite annoying issue: since I often change logDirectory for FileAppenders I'm getting a lot of empty log files.
As far as I know log4j2 is creating file (according to FileAppender) even if there is no output. Maybe such feature should be parametrized?