I think this would be a great addition. The major pro is that you can redirect the information about new tickets to a place where you already have other logging. For instance, we run web2py in apache2 via wsgi, and we already have several apache mods for other things. The sysadmins already know where to look for errors and we already have alarms in place that are triggered by certain messages in the apache error log.
However, I do not like the idea of splitting a ticket into multiple log calls. If you like to have it that way you could always add your own log Formatter that does splitting. I would rather see that the ticket info was logged as a single string. Anders