<br><br><div class="gmail_quote">On Wed, Dec 14, 2011 at 2:50 AM, Arnuld Uttre (Phonologies) <span dir="ltr">&lt;<a href="mailto:arnuld@phonologies.com">arnuld@phonologies.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">&gt; ESL? subscribe to events, or use zeromq or some other way of getting them,<br>
&gt; then log them however you want?<br>
<br>
</div>I see I can use command &quot;log debug/info/etc.&quot; through telnet (connected<br>
using ESL). I can get useful logs. Only trouble is I have 10 calls in<br>
progress and there is no way of knowing which log belongs to which call:<br>
<br>
In logfile.conf.xml you can use &lt;param name=&quot;uuid&quot; value=&quot;true&quot; /&gt; and it<br>
will print uuid of each call as first thing before every text line being<br>
send to log file. Is there some kind of similar identification I can use<br>
in logs coming through ESL  ?</blockquote><div> </div><div>No, there is not. If you absolutely must have the uuid on the log lines then your best bet is to write your own logger in the vein of mod_syslog. You can find out how Mathieu added uuid logging to mod_logfile.c by searching for &quot;log_uuid&quot; - there&#39;s not too much to it.</div>
<div><br></div><div>-MC</div></div>