Merge pull request #30 from shafreenAnfar/master

Add documentation for the log mediator improvement
diff --git a/modules/documentation/src/site/xdoc/userguide/mediators.xml b/modules/documentation/src/site/xdoc/userguide/mediators.xml
index 02473e2..980c369 100644
--- a/modules/documentation/src/site/xdoc/userguide/mediators.xml
+++ b/modules/documentation/src/site/xdoc/userguide/mediators.xml
@@ -198,6 +198,14 @@
                     by commas (,). This can be configured using the 'separator' attribute. Further
                     all logs generated by the mediator are logged at log4j log level 'INFO' by default.
                     This behavior can also be configured using the 'category' attribute.
+                    In addition to this behaviour, when 'category' is set to debug, logs can be printed
+                    at log4j log level 'INFO' by starting the server with the following flag. This is
+                    especially helpful during the development time to quickly debug the mediation flow.
+
+                    <div class="command">
+                        Linux / Unix: ./synapse.sh -synapseDebug<br/>
+                        Windows: synapse.bat -synapseDebug
+                    </div>
                 </p>
             </subsection>
             <subsection name="Property Mediator" id="Property">