]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update syslog.conf.xml to include uuid param
authorMathieu Rene <mrene@avgs.ca>
Wed, 17 Feb 2010 09:50:13 +0000 (09:50 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 17 Feb 2010 09:50:13 +0000 (09:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16674 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/syslog.conf.xml

index 88ff4b49b35e03775e7d473a26790ce38ef2f7ae..636a12c8c1c8ce1d6db3cd3eb5bdd093f4c0076b 100644 (file)
@@ -12,5 +12,7 @@
     <param name="facility" value="user"/>
     <param name="ident" value="freeswitch"/>
     <param name="loglevel" value="warning"/>
+       <!-- Uncomment the following line to log uuids in syslogs (when applicable) -->
+    <!-- <param name="uuid" value="true"/> -->
   </settings>
 </configuration>