I'm wondering if it's possible to setup a FileAppender to not open its file (and thus create it if it doesn't exist yet) until it actually logs something. I have an application which uses a different log file for each run (using the same was causing problems with multiple instances of the application running concurrently), but this means I end up with lots of empty log files.
Thanks! Dylan