mistral/mistral/services
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
..
__init__.py Add an ability to disable workflow text validation 2019-09-27 04:33:04 +00:00
action_heartbeat_checker.py Adding root_execution_id parameter to mistral loggers 2023-02-13 05:01:39 +00:00
action_heartbeat_sender.py Replace deprecated arguments of RequestContext 2022-03-02 09:29:24 +00:00
action_manager.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
actions.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
adhoc_actions.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
expiration_policy.py Replace deprecated arguments of RequestContext 2022-03-02 09:29:24 +00:00
legacy_scheduler.py Remove references to sys.version_info 2021-07-10 06:20:08 +00:00
periodic.py Remove extra description on cron trigger executions 2022-09-29 10:42:03 +02:00
security.py Replace deprecated arguments of RequestContext 2022-03-02 09:29:24 +00:00
triggers.py Remove extra description on cron trigger executions 2022-09-29 10:42:03 +02:00
workbooks.py Refactor Mistral with Action Providers 2020-09-24 11:10:33 +00:00
workflows.py Move preinstalled workflows to mistral-extra 2020-02-26 14:33:36 +02:00