-
Imported from SourceForge on 2020-09-13 16:55:43
Created by **[abssorb](https://sourceforge.net/u/abssorb/)** on 2014-06-09 18:24:18
Original: https://sourceforge.net/p/mp3splt/bugs/172
---
I'm maki…
-
I've been experimenting with robin_stocks for a little daemon that I've been writing. I was wondering if it would be possible to spew the output from the http i/o to stderr rather than stdout? I have…
-
# Feature Request
## Description
Currently, omxplayer is always started with stdout redirected to /dev/null and stderr left untouched (e.g. print to the calling process's stderr). This sometimes t…
-
Currently, lettuce doesn't capture stdout/stderr when running tests. I think it would be nice to do so.
k-bx updated
10 years ago
-
```
$ zeus runner '$stdout.puts "out"; $stderr.puts "err"' > /dev/null
$ rails runner '$stdout.puts "out"; $stderr.puts "err"' > /dev/null
err
```
-
```
All user tools, when they fail, should print their error statements to the
stderr stream.
```
Original issue reported on code.google.com by `Cooke...@gmail.com` on 5 Jan 2013 at 11:23
-
I realise #1537 has been closed, but I thought I'd describe a related use case that we are currently facing.
We use [Bamboo](https://www.atlassian.com/software/bamboo) for our build servers. It pr…
-
**Is your feature request related to a problem? Please describe.**
Sometimes the test suite produces logs relevant to test failures via custom logs, either to `stdout` or `stderr` streams. These st…
-
Runc currently emits some errors on stderr (even if the logs are redirected to a file). It would be desirable if these errors weren't emitted on stderr -- It's pretty tough (read: impossible, I thi…
-
PyRat is by default a multiprocessing game, meaning that each player lives in its own process.
For some reason, on some Windows computers, the `sys.stdout` and `sys.stderr` outputs are not shared b…