[MXS-675] QLA Filter Output Log Improvements Created: 2016-04-19 Updated: 2016-04-22 Resolved: 2016-04-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Will Fong | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-8 |
| Description |
|
The output log for the QLA filter needs two fixes: Example:
1. The date format needs to be in a database-standard format. Something like "YYYY-MM-DD HH:MM:SS" or a unix timestamp. 2. There should not be a space after the commas. This makes it incredibly difficult to parse on the command line, as a leading space will need to be truncated. Thanks, |
| Comments |
| Comment by markus makela [ 2016-04-21 ] |
|
The output of the qlafilter is now properly formatted CSV data. All whitespace is converted into spaces and repeating whitespace is squeezed. The timestamp now uses the same formatting as DATETIME in MariaDB does. |