yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06632
[Bug 1257107] Re: iso8601 DEBUG messages spam log
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => icehouse-1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1257107
Title:
iso8601 DEBUG messages spam log
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
Useless DEBUG messages are printed every time iso8601 parses a date:
2013-11-26 15:22:47.942 DEBUG iso8601.iso8601 [-] Parsed 2013-11-27T20:22:47Z into {'tz_sign': None, 'second_fraction': None, 'hour': u'20', 'tz_hour': None, 'month': u'11', 'timezone': u'Z', 'second': u'47', 'tz_minute': None, 'year': u'2013', 'separator': u'T', 'day': u'27', 'minute': u'22'} with default timezone <iso8601.iso8601.Utc object at 0x2257e10> from (pid=2051) parse_date /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:166
2013-11-26 15:22:47.942 DEBUG iso8601.iso8601 [-] Got u'2013' for 'year' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
2013-11-26 15:22:47.942 DEBUG iso8601.iso8601 [-] Got u'11' for 'month' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
2013-11-26 15:22:47.942 DEBUG iso8601.iso8601 [-] Got u'27' for 'day' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
2013-11-26 15:22:47.943 DEBUG iso8601.iso8601 [-] Got u'20' for 'hour' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
2013-11-26 15:22:47.943 DEBUG iso8601.iso8601 [-] Got u'22' for 'minute' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
2013-11-26 15:22:47.943 DEBUG iso8601.iso8601 [-] Got u'47' for 'second' with default None from (pid=2051) to_int /usr/local/lib/python2.7/dist-packages/iso8601/iso8601.py:124
The log level for iso8601 has been set to WARN in oslo-incubator: https://github.com/openstack/oslo-incubator/commit/cbfded9c. This change should be merged into neutron.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1257107/+subscriptions