From 775a4d4c64d27381c19abb37d2420e1d11457023 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 5 Feb 2015 06:42:18 +0200 Subject: [PATCH] Even more fixes to tables in the documentation. --- Documentation/filters/RabbitMQ-Consumer-Client.md | 4 ++-- Documentation/filters/RabbitMQ-Filter.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/filters/RabbitMQ-Consumer-Client.md b/Documentation/filters/RabbitMQ-Consumer-Client.md index c9dc4e95a..9e8bf5edc 100644 --- a/Documentation/filters/RabbitMQ-Consumer-Client.md +++ b/Documentation/filters/RabbitMQ-Consumer-Client.md @@ -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 | diff --git a/Documentation/filters/RabbitMQ-Filter.md b/Documentation/filters/RabbitMQ-Filter.md index b9b32a60a..885b620f6 100644 --- a/Documentation/filters/RabbitMQ-Filter.md +++ b/Documentation/filters/RabbitMQ-Filter.md @@ -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` |