Bug 9060: Minor update to inline documentation for new flag
[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     <!-- <registration-watches>/neutron-router-dpns/router-dpn-list</registration-watches> -->
3     <!-- <registration-watches>/tunnels_state/state-tunnel-list</registration-watches> -->
4     <!-- <write-watches> /NetworkTopology/Topology</write-watches> -->
5
6     <!-- Enable or disable transaction context debug. This will preserve the call site trace for
7          transactions, so that the original caller of un-close'd() transaction can be identified.
8          NB: This is a different property from the equally named one in etc/org.opendaylight.controller.cluster.datastore.cfg;
9          that one does something somewhat similar, but serves to include the stack trace on failed transaction submit,
10          whereas this one is specific to odl-mdsal-trace's trace:transaction leak troubleshooting command.
11          [This documentation has been copy/pasted from mdsaltrace.yang, and should be kept in line.] -->
12     <transaction-debug-context-enabled>true</transaction-debug-context-enabled>
13 </config>