We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173dc9b commit 80a8dfcCopy full SHA for 80a8dfc
docs/logging.md
@@ -78,6 +78,7 @@ such as processing Ansible facts in AWX.
78
79
```python
80
import logging
81
+from ansible_base.lib.logging.runtime import log_excess_runtime
82
83
logger = logging.getLogger('my_app.tasks.cleanup')
84
@@ -106,6 +107,7 @@ The number of deleted fields could be added to the log message with this.
106
107
108
109
110
111
112
113
0 commit comments