[PYCBC-31] python SDK disables all logging Created: 21/May/12 Updated: 03/Aug/12 Resolved: 03/Aug/12 |
|
| Status: | Resolved |
| Project: | Couchbase Python Client Library |
| Component/s: | library |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 0.7 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Steve Yen | Assignee: | Benjamin Young |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
took a few hours to find why logging in my python app stopped working, and it's because I started using the couchbase python SDK which strangely disables logging...
logging.disable(logging.ERROR) here... https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/client.py#L33 the temporary workaround in my app was to call... logging.disable(logging.NOTSET) but, that's just a hack workaround against a socially awkward (read: rude) implementation. |
| Comments |
| Comment by Benjamin Young [ 03/Aug/12 ] |
| Fixed here: http://review.couchbase.org/17039 |