Opened 13 years ago
Closed 13 years ago
#1650 closed defect (fixed)
sugar.logger.trace(): lots of debug output
Reported by: | sascha_silbe | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | r+ |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Assigned |
Description
Somehow a debug statement sneaked into sugar.logger.trace(), spamming the logs on each invocation of a (potentially) traced function.
The attached patch fixes it.
Attachments (1)
Change History (2)
Changed 13 years ago by sascha_silbe
comment:1 Changed 13 years ago by erikos
- Keywords r+ added; r? removed
- Resolution set to fixed
- Status changed from new to closed
Pushed, thanks - will be in 0.87.2!
Note: See
TracTickets for help on using
tickets.
sugar.logger.trace(): remove superfluous debug logging