maddie

Results 2 issues of maddie

`Output()` only shows the messages written to `stdout` but not `stderr`. Switching to `CombinedOutput()` would log both `stdout` and `stderr` to `result.Error.CmdOutput`.

Here's the exception: ``` [2023-06-12 17:50:55,478] ERROR in app: Exception on /overview [GET] Traceback (most recent call last): File "/app/.venv/lib/python3.11/site-packages/flask/app.py", line 2190, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib/python3.11/site-packages/flask/app.py",...