file logging
come up with a decent logging solution
in scrybot i used a combination of :flex_logger
(for multiple logging backends) and :logger_file_backend
(to write log files), but we might want to come up with a more robust solution with support for log rotation, or maybe even something as fancy as syslog support