Bug 9060: Minor mdsaltrace_config.xml /this/will/never/exist
[controller.git] / opendaylight / md-sal / mdsal-trace / api / src / main / resources / initial / mdsaltrace_config.xml
index 13b5d86fdd636479177d57c14229c256f5a915b3..8ed38cdfe54cfd488d0a1056d351264df33d5dad 100644 (file)
@@ -1,6 +1,14 @@
 <config xmlns="urn:opendaylight:params:xml:ns:yang:mdsaltrace">
+    <!--  Both registration-watches as well as write-watches will
+          log EVERYTHING by default, if we do not constrain any paths;
+          therefore we set a fake one to get nothing out-of-the-box;
+          please remove this first fake one when you configure this
+          to watch what you are really interested in instead: -->
+    <registration-watches>/this/will/never/exist</registration-watches>
     <!-- <registration-watches>/neutron-router-dpns/router-dpn-list</registration-watches> -->
     <!-- <registration-watches>/tunnels_state/state-tunnel-list</registration-watches> -->
+
+    <write-watches>/this/will/never/exist</write-watches>
     <!-- <write-watches> /NetworkTopology/Topology</write-watches> -->
     <transaction-debug-context-enabled>true</transaction-debug-context-enabled>
 </config>