[MXS-362] Make the logging augmentation configurable. Created: 2015-09-11 Updated: 2015-09-11 Resolved: 2015-09-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.3.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Currently log messages are automatically appended with [function-name]. Whether that is present or not should be configurable. |
| Comments |
| Comment by Johan Wikman [ 2015-09-11 ] |
|
By default there is now no augmentation. It can be turned on using the configuration entry log_augmentation=1 or command line arguments --log_augmentation=1 or -G 1. |