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