[MXS-2075] Stdout output is not captured Created: 2018-10-01 Updated: 2018-10-02 Resolved: 2018-10-01 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.16 |
| Type: | Task | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Both stdout and stderr could be redirected to the log file. This helps catch any output that is generated with e.g. printf. The main benefit of this is that it helps capture the ASAN output. |