Hi Dave,<br /><br />You could try putting those ytcfg lines in your ~/.yt/config file under the [yt] section:<br /><br />[yt]<br />suppressstreamlogging = True<br />loglevel = 50<br /><br />If such a file doesn't exist, just create it.  I'm not sure that this will fix the parallel issue, however.<br /><br />Chris<br /><br />On Mar 3, 2011 1:37pm, Dave Semeraro <semeraro@ncsa.illinois.edu> wrote:<br />> <br />> <br />> I figured it out, sort of. I have to move the ytcfg commands to the absolute top of my script. Setting loglevel to 50 stops everything but warning messages. Also, setting suppressstreamlogging to True causes errors in parallel. The code complains about not finding log handlers from all but the root process. I would like to stop the warning messages as well if that is possible. Jacking up the loglevel has no further effect.<br />> <br />> <br />> <br />> Dave<br />> <br />> ----- Original Message -----<br />> <br />> > Hello,<br />> <br />> ><br />> <br />> > I was wondering if there was a way to adjust the output level of YT.<br />> <br />> > At present I get a lot of INFO messages. I have tried adding the<br />> <br />> > following to the top of my scripts to no avail.<br />> <br />> ><br />> <br />> > from yt.config import ytcfg<br />> <br />> > ytcfg["yt]","suppressstreamlogging"]="True"<br />> <br />> > ytcfg["yt","loglevel"]="50"<br />> <br />> ><br />> <br />> > thanks<br />> <br />> > Dave<br />> <br />> > _______________________________________________<br />> <br />> > yt-users mailing list<br />> <br />> > yt-users@lists.spacepope.org<br />> <br />> > http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org<br />> <br />> _______________________________________________<br />> <br />> yt-users mailing list<br />> <br />> yt-users@lists.spacepope.org<br />> <br />> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org<br />>