[MXS-2801] session_trace doesn't contain all messages Created: 2019-12-12 Updated: 2020-01-27 Resolved: 2020-01-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.3.15 |
| Fix Version/s: | 2.3.17, 2.4.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The output of the session trace doesn't contain the same content as the log_info content when it is enabled. For example, the query type log message that is logged by readwritesplit never appears in the output. |
| Comments |
| Comment by markus makela [ 2019-12-31 ] |
|
The log priority check function now always returns true when session_trace is on. This causes all messages to be collected in the session trace. |