[MXS-848] Provide more info in qla log Created: 2016-08-28 Updated: 2017-12-01 Resolved: 2016-12-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2016-23 | ||||||||
| Description |
|
QLA Filter log write now shows the query time and, the client user and query text for each query passing through MaxScale. Include the following additional information for each query in the log as well
Also for each client connection there is separate log file - instead there should be one log file per service |
| Comments |
| Comment by Esa Korhonen [ 2016-12-05 ] |
|
This is now partially done. The "backend server name and port where the query was sent" is not implemented as this information is not known at the time the query is logged. The "The service that was used for the query" has been added and can be activated with the option "print_service". Also, by activating the "unified_file"-setting the log events from one filter instance are sent to a single file. By using different filters with separate files for the services one can have service-specific log files. |