[MXS-3359] QLA filter append= should default to true, at least when using log_type=unified Created: 2020-12-31 Updated: 2021-12-14 Resolved: 2021-08-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | 2.4.14, 2.5.6 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hartmut Holzgraefe | Assignee: | Niclas Antti |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-138 |
| Description |
|
When using log_type=unified, one would probably assume the log to persist across restarts. Due to append=false being the default, logs will be purged and overwritten on restart instead. |
| Comments |
| Comment by markus makela [ 2021-08-06 ] |
|
Changing to Bug since it's definitely not a Task. |
| Comment by markus makela [ 2021-08-15 ] |
|
I think the simplest way to solve this would be to just change the default value of append to true, this way even individual session files wouldn't be lost in case the connection ID rolls over. |