[MXS-1282] Add generic debug flag to MaxScale Created: 2017-06-08 Updated: 2017-06-15 Resolved: 2017-06-15 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Esa Korhonen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-35, 2017-36 |
| Description |
|
For debugging purposes you may want to turn on or off certain behaviour. Add handling for a generic --debug=arg1,arg2,arg3 startup flag using which that can be managed. Initially support for --debug=disable-module-unloading, using which the unloading of modules at process shutdown can be disabled, should be added. The arguments given to the --debug flag for enabling or disabling certain behaviour will always be of the format enable-X and disable-X. |