> So you want a custom appender that dynamically changes the file it's > writing to. Since the appender's log() function gets > 'log4p_category' in > its %param hash, this should be straight-forward to implement. > > Sounds like an interesting idea, I'm looking forward to it! >
Heh, no doubt. :) My main worry is number of open file handles. Especially with mod_perl, since a lot of those handles will be opened individually in the child processes. At the same time, I don't want to have to open and close each handle every time. Any idea what kind of limits on number of open handles I can expect to hit on a reasonable Unix system? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ log4perl-devel mailing list log4perl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/log4perl-devel