mistral/mistral/rpc
Vasudeo Nimbekar 88e7e7ceee Adding root_execution_id parameter to mistral loggers
After this patch, user can update logging format to include root_execution_id in logs, which will be helpful to find and debug logs related to specific workflow execution.

  - Logs about creation and status changes of Mistral entities(execution,
    task, action execution, etc) are changed to INFO log level.
  - User can update logging_context_format_string to include root_execution_id in logs.

Implements: Implements: blueprint improve-mistral-loggers

Change-Id: I54fe058e5451abba6ea7f69d03d498d78a90993e
2023-02-13 05:01:39 +00:00
..
kombu Remove six library 2020-09-23 10:27:12 +08:00
oslo Implement engine graceful shutdown 2019-12-06 09:29:26 +00:00
__init__.py Make rpc_backend not engine specific 2017-04-27 20:02:40 +00:00
base.py Improve error message when sync actions timeout 2019-08-05 14:15:06 +03:00
clients.py Adding root_execution_id parameter to mistral loggers 2023-02-13 05:01:39 +00:00