Migrate OSGI compendium reference
[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
14     <!-- Enable or disable transaction context debug. This will preserve the call site trace for
15          transactions, so that the original caller of un-close'd() transaction can be identified.
16          NB: This is a different property from the equally named one in etc/org.opendaylight.controller.cluster.datastore.cfg;
17          that one does something somewhat similar, but serves to include the stack trace on failed transaction submit,
18          whereas this one is specific to odl-mdsal-trace's trace:transaction leak troubleshooting command.
19          [This documentation has been copy/pasted from mdsaltrace.yang, and should be kept in line.] -->
20     <transaction-debug-context-enabled>true</transaction-debug-context-enabled>
21 </config>