<div dir="ltr">Thanks, I&#39;ll take a crack at that!<div><br></div><div>I hadn&#39;t noticed before, but by fiddling around a bit, but it looks like:</div><div>- Tox merges stdout and stderr of the commands into Tox&#39;s stdout.</div><div>- shell redirection inside the commands doesn&#39;t work (at least on Windows).</div><div><br></div><div>Intuitively, I would expect stderr from my commands to be forwarded to stderr.  Since this is not the case, I was willing to fall back onto redirecting stdout from my process directly to a file, but then I can&#39;t do that inside my Tox.ini file as my command gets the &quot;&gt;foo.log&quot; as a CLI argument.</div><div><br></div><div>Is there any non-obvious rationale for this?  If not, would you consider changes in this behavior?</div><div><br></div><div>Thanks!</div><div><br></div><div>André</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 13, 2016 at 12:54 PM, Florian Bruhin <span dir="ltr">&lt;<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey André,<br>
<br>
* André Caron &lt;<a href="mailto:andre.l.caron@gmail.com">andre.l.caron@gmail.com</a>&gt; [2016-06-13 12:07:37 -0400]:<br>
<span class="">&gt; I looked through Tox&#39; docs and CLI help, but I can&#39;t find a &quot;silent&quot; mode<br>
&gt; or a way to force (only) Tox to write to stderr.<br>
&gt;<br>
&gt; Do you have anything to recommend?  If not, any chance you would consider a<br>
&gt; patch to introduce a silent mode or a config change to send Tox&#39; logs to<br>
&gt; stederr?<br>
<br>
</span>There&#39;s an issue for a -q flag, but nobody worked on it so far:<br>
<a href="https://bitbucket.org/hpk42/tox/issues/256/" rel="noreferrer" target="_blank">https://bitbucket.org/hpk42/tox/issues/256/</a><br>
<br>
I still want to work on that, but never got to it with all the other<br>
FOSS stuff I do :) So if you want to work on a patch, please do!<br>
<span class="HOEnZb"><font color="#888888"><br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" rel="noreferrer" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">http://the-compiler.org/pubkey.asc</a><br>
         I love long mails! | <a href="http://email.is-not-s.ms/" rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br>
</font></span></blockquote></div><br></div>