<div dir="ltr"><div class="gmail_default" style="color:#660000">Having built CGI's, I can say that while *normally* I don't particularly care to have the logging in Asterisk, there have been times while debugging something where the ability to insert lines into the Asterisk log helped show the sequence of things happening and get something resolved.</div>
<div class="gmail_default" style="color:#660000"><br></div><div class="gmail_default" style="color:#660000">It's not something that you really want to have as an everyday normal process, but as an option when in a crunch to sort out aberrant behavior it's useful.</div>
<div class="gmail_default" style="color:#660000"><br></div><div class="gmail_default" style="color:#660000">So: don't use if if you don't want to, but IMHO it should be included, although not as a priority over other issues.</div>
<div class="gmail_default" style="color:#660000"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 17, 2013 at 1:44 AM, Lenz Emilitri <span dir="ltr"><<a href="mailto:lenz.loway@gmail.com" target="_blank">lenz.loway@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2013/10/16 Paul Belanger <<a href="mailto:paul.belanger@polybeacon.com">paul.belanger@polybeacon.com</a>>:<br>
<div class="im">>> Say for example your application hits an error condition and hangs up the<br>
>> channel - from the Asterisk log file perspective, it just got a DELETE<br>
>> channel and it hangs up the channel. It doesn't know why it hung it up - for<br>
>> all it knows, the hangup was completely nominal. Having the ability to send<br>
>> a:<br>
>><br>
>> [Oct 16 17:20:23] ERROR[20023] my_first_queue.py:1234: Oh snap! There aren't<br>
>> any agents! Bail - bail - bail<br>
<br>
<br>
</div>I think I initially proposed this at the AstriDevCon. The idea is that<br>
it is true you can interact with your own logging, but if the app is<br>
remote - and apps will be remotely hosted, and/or interacting with<br>
multiple boxes at once - it will be easier to find issues by looking<br>
at the local log - where you find everything else as well. I would not<br>
need different logging levels or anything - I would not send internal<br>
debug messages this way, but would likely send events that are<br>
meaningful for the Asterisk administration e.g. why a channel was hung<br>
up in error or a bridge was not found.<br>
<br>
I would have no way to write to the syslog from a remotely hosted<br>
application that has only ARI access to Asterisk and no access to<br>
services and filesystem.<br>
<br>
Just my two cents.<br>
<span class="HOEnZb"><font color="#888888">l.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
asterisk-app-dev mailing list<br>
<a href="mailto:asterisk-app-dev@lists.digium.com">asterisk-app-dev@lists.digium.com</a><br>
<a href="http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev" target="_blank">http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><img alt="Digium logo" src="https://my.digium.com/images/graphics/digium_RGB_signature.gif" width="288" height="50" style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px"><br style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">
<strong style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">Scott Griepentrog</strong><br style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px"><span style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">Digium, Inc · Software Developer</span><br style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">
<span style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">445 Jan Davis Drive NW · Huntsville, AL 35806 · US</span><br style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">
<span style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">direct/fax: +1 256 428 6239 · mobile: +1 317 507 4029</span><br style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">
<span style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px">Check us out at: </span><a href="http://www.digium.com" style="font-family:Arial,Helvetica,sans-serif;font-size:12px" target="_blank">http://digium.com</a><span style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px"> · </span><a href="http://www.asterisk.org" style="font-family:Arial,Helvetica,sans-serif;font-size:12px" target="_blank">http://asterisk.org</a><br>
</div>
</div>