From: Dave B. <bla...@us...> - 2012-02-07 03:15:30
|
Update of /cvsroot/sblim/jsr48-client In directory vz-cvs-3.sog:/tmp/cvs-serv13438 Modified Files: Tag: Experimental sblim-cim-client2.properties Log Message: 3485074 - An Indication trace request Index: sblim-cim-client2.properties =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.properties,v retrieving revision 1.1.2.26 retrieving revision 1.1.2.27 diff -u -d -r1.1.2.26 -r1.1.2.27 --- sblim-cim-client2.properties 13 Dec 2011 19:32:22 -0000 1.1.2.26 +++ sblim-cim-client2.properties 7 Feb 2012 03:15:28 -0000 1.1.2.27 @@ -645,3 +645,27 @@ # Default: 0 # #sblim.wbem.listenerReliableIndicationHashtableCapacity=0 + +# The filter to use for tracing of incoming indications at the FINE level. +# +# If string is empty, no tracing of incoming indications will occur. If +# string is not empty, it identifies one or more properties to be included +# in the trace of all incoming indications. An optional class can be used +# to filter the output to include only those indications that contain the +# substring. For example, to trace the SequenceContext and SequenceNumber +# properties of all alerts, use the following: +# +# alert:sequencecontext,sequencenumber +# +# To trace the IndicationTime of all indications, use the following: +# +# indicationtime +# +# Note: This property has no effect unless tracing is enabled. See the +# sblim.wbem.traceFileLevel property. +# +# Type: String +# Recognition: On next creation of WBEMListener +# Format: [class:]property[,property]* +# +#sblim.wbem.listener.IndicationTraceFilter= \ No newline at end of file |