Right now, plucker sends output to the screen. A user can redirect stdout and stderr, but it isn't out-of-the-box easy.
Would there be any objections if I changed the default to write to a log file, and only echo "important enough" messages to the screen? This would make it easier to get a log when things go wrong, and easier to recognize when things go wrong (because the error message won't be as likely to scroll off). (Yes, I'll place limits on logfile growth; ideally I will use a wrapper around the logging library which works with 1.5, but became standard in 2.3) -jJ _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
