Even more fixes to tables in the documentation.

This commit is contained in:
Markus Makela 2015-02-05 06:42:18 +02:00
parent 8bd224532e
commit 775a4d4c64
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ This utility tool is used to read messages from a RabbitMQ broker sent by the [R
The **RabbitMQ Consumer Client** only has one command line argument.
| Command | Argument |
|-----------------------------------------------------------|
|---------|-------------------------------------------------|
| -c | Path to the folder containing the configuration file |
## Installation
@ -23,7 +23,7 @@ The consumer client requires that the `consumer.cnf` configuration file is eithe
The source broker, the destination database and the message log file can be configured into the separate `consumer.cnf` file.
| Option | Desctiption |
|---------------------------------------------------------|
|-----------|---------------------------------------------|
| hostname | Hostname of the RabbitMQ server |
| port | Port of the RabbitMQ server |
| vhost | Virtual host location of the RabbitMQ server |

View File

@ -37,7 +37,7 @@ The RabbitMQ filter has parameters to control which queries are logged based on
Option | Description | Accepted Values | Default |
----------------------------------------------------
--------|-------------|-----------------|-------------
logging_trigger | Set the logging level | `all, source, schema, object` | `all` |
logging_strict | Sets whether to trigger when any of the parameters match or only if all parameters match | `true, false` | `false` |
logging_log_all | Log only SELECT, UPDATE, DELETE and INSERT or all possible queries | `true, false` | `true` |