Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check to log jsonrpc request/response (ansible#54606)
Fixes ansible#54605 Add check in ansible-connection to check if persistent log message is enabled, if yes log the jsonrpc request in log file. With the current approach the _messages queue in `NetworkConnectionBase` is getting overwritten and response for `pop_message` api inovcation from ansible-connection is not recevied at the module side.
- Loading branch information