Closed
Bug 858271
Opened 12 years ago
Closed 12 years ago
logLevel property for deviceManager
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mihneadb, Assigned: mihneadb)
References
Details
Attachments
(1 file)
27.82 KB,
patch
|
wlach
:
review+
wlach
:
feedback+
|
Details | Diff | Splinter Review |
As mentioned in #793202.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mihneadb
Assignee | ||
Comment 1•12 years ago
|
||
As I was talking to :callek, I'm not sure how we prefer to print the "deprecated" warning. With logger.warn it might not get printed. With a regular print, someone might redirect the logger to a file and just miss the printed warning.
Attachment #733599 -
Flags: feedback?(wlachance)
Comment 2•12 years ago
|
||
Comment on attachment 733599 [details] [diff] [review]
expose the logLevel property; deprecate dm.debug; s/self.logger/self._logger
This looks good. I'm honestly not *too* worried about whether or not people see the deprecation warning.
Attachment #733599 -
Flags: feedback?(wlachance) → feedback+
Comment 3•12 years ago
|
||
(In reply to William Lachance (:wlach) from comment #2)
> Comment on attachment 733599 [details] [diff] [review]
> expose the logLevel property; deprecate dm.debug; s/self.logger/self._logger
>
> This looks good. I'm honestly not *too* worried about whether or not people
> see the deprecation warning.
Specifically because it's not that much of a burden to keep these setters around indefinitely. I'm sure in a few years all our harness code will have been updated for the new setting.
Assignee | ||
Comment 4•12 years ago
|
||
Ok, any need to ask for r? ?
Comment 5•12 years ago
|
||
Comment on attachment 733599 [details] [diff] [review]
expose the logLevel property; deprecate dm.debug; s/self.logger/self._logger
Going ahead and giving this an r+. There were no issues that I could see with the implementation, everything looks good to go.
Attachment #733599 -
Flags: review+
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•