Re: [Openstack] Questions About test_localization.py

2011-08-03 Thread Zed A. Shaw
On Tue, Aug 02, 2011 at 04:48:54PM -0700, Vishvananda Ishaya wrote: On Aug 2, 2011, at 4:23 PM, Zed A. Shaw wrote: It does the same thing, but it's using the Python AST so it's accurate about what it's checking and source lines, etc. It is slower though, but about 2 seconds

Re: [Openstack] Questions About test_localization.py

2011-08-03 Thread Zed A. Shaw
generally for others. -- Zed A. Shaw http://zedshaw.com/ ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] Questions About test_localization.py

2011-08-02 Thread Zed A. Shaw
, which seems sort of pointless as a gettext check. I want to either: 1. Make this confirm that the strings are in gettext, and find other strings that should also be in gettext but aren't. 2. Get rid of this test as it's not doing much. Comments welcome. -- Zed A. Shaw http://zedshaw.com

[Openstack] Logging, 500, Debugging

2011-04-04 Thread Zed A. Shaw
has been doing development give some instructions for turning on insane developer logging? If there is not facility for this then let me know so I can add it. Thanks. -- Zed A. Shaw http://zedshaw.com/ ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Logging, 500, Debugging

2011-04-04 Thread Zed A. Shaw
On Mon, Apr 04, 2011 at 05:54:53PM -0500, Michael Barton wrote: On Mon, Apr 4, 2011 at 4:50 PM, Zed A. Shaw zeds...@zedshaw.com wrote: I'm currently trying to debug some changes to the Swift proxy server and finding the logging facilities a little obtuse.  Reading through: Most tracebacks

Re: [Openstack] Logging, 500, Debugging

2011-04-04 Thread Zed A. Shaw
On Mon, Apr 04, 2011 at 06:15:42PM -0500, Greg Holt wrote: On Apr 4, 2011, at 5:58 PM, Zed A. Shaw wrote: Yep, that's what I ended up doing, also there's a few discrepancies between LOG_LEVEL0 as the default in the docs, rsyslog not being configured with LOG_LEVEL0, and the use