<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">You need to create a config file at ~/.yt/config.<div><br></div><div>Here's a sample one:</div><div><br></div><div><div>[yt]</div><div>suppressStreamLogging = True</div></div><div><br></div><div>You can also do this on a script-by-script basis by setting the log level:</div><div><br></div><div><a href="http://yt-project.org/docs/dev/faq/index.html?highlight=log%20level#how-can-i-change-yt-s-log-level">http://yt-project.org/docs/dev/faq/index.html?highlight=log%20level#how-can-i-change-yt-s-log-level</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 1:06 PM, Joshua Wall <span dir="ltr"><<a href="mailto:joshua.e.wall@gmail.com" target="_blank">joshua.e.wall@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Dear users,<br><br></div>    I recently updated yt to the latest verison, and now when I run it in an ipython notebook I get obscene amounts of yt: INFO and yt: WARNING messages. So many that it actually hangs some analysis loops I'm running. How do I turn this output off?<br><br></div>Sample from loading a file:<br><br><div><div><div><pre>yt : [INFO     ] 2015-05-11 16:01:16,453 integer runtime parameter checkpointfilenumber overwrites a simulation scalar of the same name
yt : [INFO     ] 2015-05-11 16:01:16,455 integer runtime parameter particlefilenumber overwrites a simulation scalar of the same name
yt : [INFO     ] 2015-05-11 16:01:16,456 integer runtime parameter plotfilenumber overwrites a simulation scalar of the same name
yt : [INFO     ] 2015-05-11 16:01:16,512 Parameters: current_time              = 1.80820359458e+12
yt : [INFO     ] 2015-05-11 16:01:16,514 Parameters: domain_dimensions         = [8 8 8]
yt : [INFO     ] 2015-05-11 16:01:16,516 Parameters: domain_left_edge          = [ -1.29093000e+17  -1.29093000e+17  -1.29093000e+17]
yt : [INFO     ] 2015-05-11 16:01:16,517 Parameters: domain_right_edge         = [  1.29093000e+17   1.29093000e+17   1.29093000e+17]
yt : [INFO     ] 2015-05-11 16:01:16,519 Parameters: cosmological_simulation   = 0.0
</pre></div></div></div><br></div>Any assistance is greatly appreciated. I checked the docs, but I was unable to find a way to pass to yt the configuration option which I suspect is the problem, namely one: <code><span>suppressStreamLogging.<br><br></span></code></div><div><code><span>Cordially,<br><br></span></code></div><div><code><span>Joshua Wall<br></span></code></div><div><code><span>Drexel University<br></span></code></div><div><code><span></span></code></div><code><span></span></code></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>