Jeff Acquaviva - 2014-06-27

Hi,

Is there a way to force the configuration monitor to display the default values or the global values?
For example, I'm playing around with threading with the threadedScorer. The configuration report looks like this:

threadedScorer:
threadPriority = [DEFAULT]
numThreads = ${threads}
minScoreablesPerThread = [DEFAULT]
scoreNormalizer = [DEFAULT]
frontend = ${frontend}
isCpuRelative = false

Is there a way to see what value is in [DEFAULT] or ${threads} for documentation purposes?