On Nov 24, 1:29 am, Gary Doades <[email protected]> wrote: > Would it be possible to enhance the logging facility to also include > the server (shard) name that SQL statements are executing against? It > would save so much time in tracking down the odd cases where the SQL > is executing against the wrong, or default server.
That may seem like a small feature request, but it's not. Currently, the logging code only has access to the SQL string. To implement what you want would require changing access to the logging API, as well as every adapter. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
