From 60c9e7cfd11f5096094c9ec708c1ec3d44b1e144 Mon Sep 17 00:00:00 2001 From: matoval Date: Thu, 26 Sep 2024 11:49:11 -0700 Subject: [PATCH] Update doc --- .../user_guide/configuration_options.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/source/user_guide/configuration_options.rst b/docs/source/user_guide/configuration_options.rst index fffa54cb9..7728d7173 100644 --- a/docs/source/user_guide/configuration_options.rst +++ b/docs/source/user_guide/configuration_options.rst @@ -63,11 +63,19 @@ Log level - string Add payload debuging using `RECEPTOR_PAYLOAD_DEBUG=int` envorment variable and using log level debug. -`RECEPTOR_PAYLOAD_DEBUG` options: -* 0: No payload debug log -* 1: Log connection type -* 2: Log connection type and work unit id -* 3: Log connection type, work unit id and payload +... list-table: `RECEPTOR_PAYLOAD_DEBUG` options: + :header-rows: 1 + :widths: auto + * - Debug level + - Description + * - 0 + - No payload debug log + * - 1 + - Log connection type + * - 2 + - Log connection type and work unit id + * - 3 + - Log connection type, work unit id and payload **Warning: Payload Debugging May Expose Sensitive Data**