<div dir="ltr">One thing that might also puzzle Tim the &#39;clean&#39; logging format, eg SWITCH_CHANNEL_ID_LOG_CLEAN vs SWITCH_CHANNEL_ID_LOG which has the uuid but lacks the datetime.<div><br></div><div>@Tim should be possible to make both UUID and date/time optional easily with a regex.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 January 2016 at 16:43, Ken Rice <span dir="ltr">&lt;<a href="mailto:krice@freeswitch.org" target="_blank">krice@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The Logs from FreeSWITCH are quite consistent...<br>
<br>
UUID, TimeDate Stamp, loglevel, file:line_num message.<br>
<br>
If the log line is not directly associated with a session the UUID is<br>
omitted.<br>
<br>
I&#39;m not sure how you can call this random and inconsistent.<br>
<br>
Now you may be confused by additional logging that may be enabled such as<br>
the logging from maybe libsofia, or one of the other many libs that<br>
FreeSWITCH uses. FreeSWITCH has no control over underlying library logging<br>
formats.<br>
An example of this is if you have sofia global siptrace  enabled. The<br>
formatting there is directly from the library and we have no control over it<br>
other than to enabled or disable it.<br>
<br>
This is common with libraries not just for FreeSWITCH but many other open<br>
source projects...<br>
<br>
As with pretty much everything in FreeSWITCH it&#39;s a module, don&#39;t like the<br>
logging modules that are there now you are welcome and encouraged to create<br>
your own, and patches are accepted on a regular basis.<br>
<br>
At this time I will consider this thread closed.<br>
<span class=""><br>
-----Original Message-----<br>
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Tim<br>
Smith<br>
Sent: Thursday, January 14, 2016 4:12 AM<br>
To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
Subject: Re: [Freeswitch-users] Frustrating and inconsistent log format !<br>
<br>
</span><div><div class="h5">Moises,<br>
<br>
Thank you for your reply, you&#39;re the only person who read my post and didn&#39;t<br>
somehow think I was saying &quot;remove the UUIDs&quot; !  ;-)<br>
<br>
Regarding : &quot;Consistency is good, but certain functionality cannot be<br>
provided if every single line has exactly the same format.&quot;<br>
<br>
Yes, but the inconsistency makes it painful, verging on impossible, to<br>
correctly integrate with various log parsing systems, whether Splunk,<br>
Logstash or otherwise.<br>
<br>
<br>
If the devs have some personal preference for one format here, another<br>
format there, and something else over there, I would unfortunatley still<br>
call that a whim, especially as there is no clear documentation on the<br>
matter either !!!!<br>
<br>
Even the Freeswitch docs don&#39;t know what&#39;s what ... &quot; The log file will<br>
contain log lines in this general format: YYYY-MM-DD hh:mm:ss [LEVEL]<br>
source_file_name:line_number function_name() &lt;log data&gt;&quot; , that statement is<br>
not true.  That&#39;s not the general format. its not even the dominant format,<br>
infact in my logs, lines that start YYYY-MM-DD are a rarity !<br>
<br>
<br>
I have not come accross any other product (either closed or open<br>
source) that has the quite same amount of randomness in the way it<br>
logs.   That is what I find so frustrating.<br>
<br>
On 14 January 2016 at 07:05, Moises Silva &lt;<a href="mailto:moises.silva@gmail.com">moises.silva@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Why do log lines start with UUID ?  Its format is hard to define and<br>
&gt;&gt; subject to the developer&#39;s whims ....why not start the line with a<br>
&gt;&gt; date, like almost any other sane program,  and put the UUID elsewhere<br>
&gt;&gt; ?<br>
&gt;<br>
&gt;<br>
&gt; If you don&#39;t like the uuid at the front, just remove it from the<br>
&gt; logfile.conf.xml configuration<br>
&gt;<br>
&gt; &lt;param name=&quot;uuid&quot; value=&quot;false&quot; /&gt;<br>
&gt;<br>
&gt; You&#39;ve clearly not attempted to debug complex scenarios, where the<br>
&gt; uuid at the front is more useful, because when you have hundreds or<br>
&gt; thousands of calls and you are trying to figure out what happened with<br>
&gt; a particular call leg, you search for the uuid first, date second.<br>
&gt;<br>
&gt; The format you despise, is terribly useful, so try to understand it<br>
&gt; rather than just hate it because is different to what you&#39;re used to.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Why on earth is the log format so inconsistent ? e.g.<br>
&gt;&gt;<br>
&gt;&gt; Sometimes developers feel like giving us a date ....<br>
&gt;&gt;<br>
&gt;&gt; 7d28af7d-XXXX-XXXX-XXXX-2e20e2bXXXX 2016-01-13 12:00:47.198394<br>
&gt;&gt; [DEBUG]<br>
&gt;&gt; switch_core_state_machine.c:636<br>
&gt;&gt;<br>
&gt;&gt; Sometimes they even manage the date in a sensible location ....<br>
&gt;&gt;<br>
&gt;&gt; 2016-01-13 11:58:14.838392 [DEBUG] sofia.c:9124<br>
&gt;&gt;<br>
&gt;&gt; Other times they can&#39;t be bothered to provide such a critical piece<br>
&gt;&gt; of information.....<br>
&gt;&gt;<br>
&gt;&gt; 4891efd5-XXXX-XXXX-XXXX-58d153b8XXXX Dialplan: sofia/internal/<br>
&gt;<br>
&gt;<br>
&gt; This is by design, not a whim, and many of us like it, makes routing<br>
&gt; logs easy to spot. Some people instead of calling these design<br>
&gt; decisions whims, actually provided a solution so it fits what they prefer:<br>
&gt;<br>
&gt; <a href="https://freeswitch.org/jira/browse/FS-6805" rel="noreferrer" target="_blank">https://freeswitch.org/jira/browse/FS-6805</a><br>
&gt; <a href="https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-request" rel="noreferrer" target="_blank">https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-request</a><br>
&gt; s/44/overview<br>
&gt;<br>
&gt; So you can add this to switch.conf.xml:<br>
&gt;<br>
&gt; &lt;param name=&quot;dialplan-timestamps&quot; value=&quot;true&quot;/&gt;<br>
&gt;<br>
&gt; And you get the behavior you want. Please spend the time learning the<br>
&gt; software rather than blaming the devs because you can&#39;t understand it<br>
&gt; or because they have preferences different than yours.<br>
&gt;<br>
&gt;&gt; Please devs... spend a little time cleaning up the logging ... it<br>
&gt;&gt; helps debugging and troubleshooting so much if we have some<br>
&gt;&gt; consistency there !!!!!<br>
&gt;<br>
&gt;<br>
&gt; Consistency is good, but certain functionality cannot be provided if<br>
&gt; every single line has exactly the same format. Some log lines are not<br>
&gt; associated to a session, so they can&#39;t have a uuid at all. The<br>
&gt; FreeSWITCH logs are as consistent as is possible in a given context.<br>
&gt;<br>
&gt; ______________________________________________________________________<br>
</div></div>&gt; ___ Professional FreeSWITCH Consulting Services:<br>
<div class="HOEnZb"><div class="h5">&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-use" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
&gt; rs<br>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>