Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Sep 26, 2024
1 parent 7255eb2 commit 60c9e7c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/source/user_guide/configuration_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 60c9e7c

Please sign in to comment.