Added optional millisecond precision to logfiles and created the changelog document.
This commit is contained in:
11
Changelog.md
Normal file
11
Changelog.md
Normal file
@ -0,0 +1,11 @@
|
||||
#Changelog
|
||||
|
||||
These are the changes introduced in MaxScale version 1.0.6
|
||||
|
||||
* New modules added
|
||||
* Binlog router
|
||||
* Firewall filter
|
||||
* Multi-Master monitor
|
||||
* RabbitMQ logging filter
|
||||
* Added option to use high precision timestamps in logging
|
||||
* Readwritesplit router now returns the master server's response
|
@ -56,6 +56,16 @@ threads=1
|
||||
|
||||
It should be noted that additional threads will be created to execute other internal services within MaxScale. This setting is used to configure the number of threads that will be used to manage the user connections.
|
||||
|
||||
### `ms_timestamp`
|
||||
|
||||
Enable or disable the high precision timestamps in logfiles. Enabling this adds millisecond precision to all logfile timestamps.
|
||||
|
||||
```
|
||||
# Valid options are:
|
||||
# ms_timestamp=<0|1>
|
||||
ms_timestamp=1
|
||||
```
|
||||
|
||||
### `log_messages`
|
||||
|
||||
Enable or disable logging of status messages. This logfile is enabled by default and contains information about the modules MaxScale is using and details about the configuration.
|
||||
|
Reference in New Issue
Block a user