Skip to content

Commit 7b099ff

Browse files
add reference table
1 parent 7d571f8 commit 7b099ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/_kong_plugins/solace-log/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,17 @@ Kong also provides plugins for publishing messages to and consuming messages fro
6363

6464
{% include /plugins/logging/log-format.md %}
6565

66+
### Log format definitions
67+
68+
{% include /plugins/logging/json-object-log.md %}
69+
6670
## Implementation details
6771

6872
This plugin leverages the [log PDK](/gateway/pdk/reference/kong.log/) to collect and [customize](#custom-fields-by-lua) log fields.
6973

70-
The prepared log message is sent to Solace broker via the official [Solace C API](https://docs.solace.com/API/Messaging-APIs/C-API/c-api-home.htm). The sending job is executed in a background timer context, such that it would not block the client requests.
74+
The prepared log message is sent to the Solace broker via the official [Solace C API](https://docs.solace.com/API/Messaging-APIs/C-API/c-api-home.htm). The sending job is executed in a background timer context so that it doesn't block client requests.
7175

72-
If the [custom Lua code](#custom-fields-by-lua) associated with the log fields fails to execute, the relavent fields remain untouched.
76+
If the [custom Lua code](#custom-fields-by-lua) associated with the log fields fails to execute, the relevant fields remain untouched.
7377

7478
## Custom fields by Lua
7579

0 commit comments

Comments
 (0)