mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Add job lifecycle logging
Various points (e.g. created, running, processing events), are structured into json format and output to /var/log/tower/job_lifecycle.log As part of this work, the DependencyGraph is reworked to return which job object is doing the blocking, rather than a boolean.
This commit is contained in:
@@ -28,6 +28,7 @@ djangorestframework-yaml
|
||||
GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119
|
||||
irc
|
||||
jinja2>=2.11.0 # required for ChainableUndefined
|
||||
JSON-log-formatter
|
||||
jsonschema
|
||||
Markdown # used for formatting API help
|
||||
openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342
|
||||
|
||||
@@ -61,6 +61,7 @@ jaraco.logging==3.0.0 # via irc
|
||||
jaraco.stream==3.0.0 # via irc
|
||||
jaraco.text==3.2.0 # via irc, jaraco.collections
|
||||
jinja2==2.11.2 # via -r /awx_devel/requirements/requirements.in, openshift
|
||||
JSON-log-formatter # via -r /awx_devel/requirements/requirements.in
|
||||
jsonschema==3.2.0 # via -r /awx_devel/requirements/requirements.in
|
||||
kubernetes==11.0.0 # via openshift
|
||||
lockfile==0.12.2 # via python-daemon
|
||||
|
||||
Reference in New Issue
Block a user