<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 28, 2015 at 1:56 PM, Chris Walter <span dir="ltr"><<a href="mailto:chris.walter@duke.edu" target="_blank">chris.walter@duke.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is there a way for him to increase the verbosity in the new class by doing something like this:<br>
<br>
pexLog.Log.getDefaultLog().setThreshold(pexLog.Log.WARN)<br>
<br>
(which I used to make it less verbose)?<br></blockquote><div><br></div><div>You can do something like that for the pipeline in general (I don't know the exact incantation), but the measurement algorithms don't necessarily log problems at all if it's a known failure mode they have a flag for.  We aim to make essentially all failure modes known ones, so measurements will rarely log anything, and when they do, it's completely redundant with what's in the flags.</div><div><br></div><div>Jim</div><div><br></div></div></div></div>