log4rs
log4rs copied to clipboard
FixedWindowRoller does not expand env vars in file pattern
FixedWindowRoller does not currently expand env vars in file pattern - unlike the path configs of file appenders. It makes it impossible to store archived files in the same directory as the log files themselves (e.g. when those use $ENV{HOME}).
This should be super easy to impl, and happy to provide guidance to anyone interested in doing so.