summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-07-26 21:19:22 -0700
committerJoshua Harlow <harlowja@gmail.com>2015-08-07 00:09:11 -0700
commit344b1c803b90b6de478157133cd6849a27c3c47c (patch)
tree96a2bfed289b8ee67a2a7a8db0d8cdf0b373ab47 /doc
parentb1c22dc2e288040c2b31dfa4e9147398220cc5fd (diff)
downloadtaskflow-344b1c803b90b6de478157133cd6849a27c3c47c.tar.gz
Extend and improve failure logging
Add the ability to show the intention, result, and state of predecessors of the atom that has failed so that more contextual information can be shown in the logs that are written. Change-Id: Ic77c0d4e94a147e54da74976c1d148aef82eccb3
Diffstat (limited to 'doc')
-rw-r--r--doc/source/notifications.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/notifications.rst b/doc/source/notifications.rst
index a8924b6..0e419e9 100644
--- a/doc/source/notifications.rst
+++ b/doc/source/notifications.rst
@@ -180,6 +180,11 @@ Capturing listener
.. autoclass:: taskflow.listeners.capturing.CaptureListener
+Formatters
+----------
+
+.. automodule:: taskflow.listeners.formatters
+
Hierarchy
=========