Changes between Initial Version and Version 1 of Ticket #32552, comment 10
- Timestamp:
- Apr 19, 2021, 4:07:37 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32552, comment 10
initial v1 1 By the way, I think the step after Daniyal's PR would be to change `DiscoverRunner`'s constructor to accept an optional Python `logger` object. Then, `DiscoverRunner.log()` could use that, if available, and falling back to `print()`if `self.logger` isn't set.1 By the way, I think the step after Daniyal's PR would be to change `DiscoverRunner`'s constructor to accept an optional Python `logger` object. Then, `DiscoverRunner.log()` could use that, if available, and falling back to the current `print()` behavior if `self.logger` isn't set.