All logging calls currently attempt to add date and formatting at the time of the log message:
var date = new Date().toJSON();
logger.info(date + "~server~server_error~~~{message: \""+ message +"\"}~0~");
Winston is used, but formatting and timestamp functionality are disabled.