<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git/taskflow/logging.py, branch 2.5.0</title>
<subtitle>opendev.org: openstack/taskflow.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/'/>
<entry>
<title>Move all internal blather usage/calls to trace usage/calls</title>
<updated>2015-12-18T06:39:14+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2015-12-18T06:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=522ea984891b4cf1cac304bebb0d4c1f38a6b0ea'/>
<id>522ea984891b4cf1cac304bebb0d4c1f38a6b0ea</id>
<content type='text'>
Change-Id: I415a81d3b6b15b17a9a91cc2a0681c159172a4e1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I415a81d3b6b15b17a9a91cc2a0681c159172a4e1
</pre>
</div>
</content>
</entry>
<entry>
<title>Start rename of BLATHER -&gt; TRACE</title>
<updated>2015-12-17T01:47:33+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-12-17T01:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=cf99c89e22e0d0cb0a75d60881c652bd023b4d0b'/>
<id>cf99c89e22e0d0cb0a75d60881c652bd023b4d0b</id>
<content type='text'>
This appears to be standardizing around the name
TRACE instead of BLATHER so start to move taskflow
internally to use this name instead.

Change-Id: I095039ac556eb07b821a29528b1b76651bcbab5c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This appears to be standardizing around the name
TRACE instead of BLATHER so start to move taskflow
internally to use this name instead.

Change-Id: I095039ac556eb07b821a29528b1b76651bcbab5c
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy py2.6 backwards logging compat. code</title>
<updated>2015-07-23T20:55:22+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2015-07-19T16:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=b64b2b78b647a08ef8e316540c0cf1ff15af2f9a'/>
<id>b64b2b78b647a08ef8e316540c0cf1ff15af2f9a</id>
<content type='text'>
We no longer provide support for py2.6 so we don't
need the logging compatibility code to exist anymore.

Change-Id: Iaefab67fd8b4e222475d99f57c2c3a7a5ce07d6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer provide support for py2.6 so we don't
need the logging compatibility code to exist anymore.

Change-Id: Iaefab67fd8b4e222475d99f57c2c3a7a5ce07d6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Handy access to INFO level</title>
<updated>2015-06-12T16:05:41+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2015-06-12T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=56ca3541236ee71d78d27ff4cefade7d05c21be0'/>
<id>56ca3541236ee71d78d27ff4cefade7d05c21be0</id>
<content type='text'>
It appears that the INFO log level does not have
itself exposed for handy access, so fix that.

Change-Id: I74582e645ad883f33b08a460756b84a0a2d25b51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears that the INFO log level does not have
itself exposed for handy access, so fix that.

Change-Id: I74582e645ad883f33b08a460756b84a0a2d25b51
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure message gets processed correctly</title>
<updated>2014-12-11T02:58:42+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-12-11T02:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=f1457a02aea3e32bffa3339f395597a38871b891'/>
<id>f1457a02aea3e32bffa3339f395597a38871b891</id>
<content type='text'>
Make sure that we call the local log() function and not
the adapted loggers log function to ensure that we pick
up the adapters potentially existing extra values.

Change-Id: I6cb027bab5c32bc4a24be683aec88f397c0cd707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that we call the local log() function and not
the adapted loggers log function to ensure that we pick
up the adapters potentially existing extra values.

Change-Id: I6cb027bab5c32bc4a24be683aec88f397c0cd707
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and use a new simple helper logging module</title>
<updated>2014-12-09T06:09:13+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-09-21T17:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=14431bc0769673fe5a70182189e2d4038a804cd8'/>
<id>14431bc0769673fe5a70182189e2d4038a804cd8</id>
<content type='text'>
Add a new logging BLATHER level to easily allow its
usage for messages that are below the normal DEBUG level
such as compilation information and scope lookup info
which can be very verbose in logs if always enabled.

Change-Id: I828211403bd02bfd6777b10cdcfe58fb0637a52c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new logging BLATHER level to easily allow its
usage for messages that are below the normal DEBUG level
such as compilation information and scope lookup info
which can be very verbose in logs if always enabled.

Change-Id: I828211403bd02bfd6777b10cdcfe58fb0637a52c
</pre>
</div>
</content>
</entry>
</feed>
