]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add commented uuid param to mod_logfile's default config
authorMathieu Rene <mrene@avgs.ca>
Thu, 19 Nov 2009 00:17:47 +0000 (00:17 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 19 Nov 2009 00:17:47 +0000 (00:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15537 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/logfile.conf.xml

index 4ca9acd09149003b0aed9ada7395721a10c7b815..57f276c4eaf746ad61d95941197c4342b6dbc836 100644 (file)
@@ -10,6 +10,8 @@
        <!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
         <!-- At this length in bytes rotate the log file (0 for never) -->
         <param name="rollover" value="10485760"/>
+               <!-- Uncomment to prefix all log lines by the session's uuid  -->
+               <!-- <param name="uuid" value="true" /> -->
       </settings>
       <mappings>
        <!--