Comment 4 for bug 1500896

Revision history for this message
Markus Zoeller (markus_z) (mzoeller) wrote :

In case someone wants to query the occurrences of the contexts, you can use:

    $ grep -r -B 1 "context=context" --include "*.py" | grep -n LOG

"-B 1" because sometimes loggings are multiline statements. See this for current master: http://paste.openstack.org/show/493920/