Currently the only way to log information to another location is with
the included scripts in the contrib folder. There is two perl scripts
and a sql script to build and log information to a MySQL database. One
perl script is a script that runs as a daemon that feeds data to the
database and the other is a script that does the feeding at runtime and
then ends. You can set up a cron job for this script. With the latest
release there is some alpha support for using BASE with the MySQL
scripts provided. Check out the new release 0.9-1. There are future
plans to improve this functionality I believe. Possibly to incorporate
code into the server program to write to the database and moving away
from the separate script.