- change `stderr` stream (default everywhere) to `stdout`
- change `stderr` stream references to `stdout`. Weirdly enough `stderr` is the default logging stream for everything, most configurations (including default Django) don't care to change it.
#### Why?
Because you don't want to see everything in red in your IDE
Because you don't want to see everything in red in your IDE.
#### Safe?
Quite safe. The downloaded file is only executed if its SHA256 matches the expected value. Patched logging also behaves very stable, time tested.
#### How?
Add the following piece of code:
...
...
@@ -20,15 +23,10 @@ try: # Colored logger CaaS. Auto downloaded and verified.