Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logging for default poll #1125

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Fix logging for default poll #1125

merged 1 commit into from
Jul 9, 2024

Conversation

reidsunderland
Copy link
Member

@reidsunderland reidsunderland commented Jul 8, 2024

When running the default poll code (i.e. no poll plugin), debug log messages would not show up from the Poll class when logLevel was set to debug. This fixes that by setting class_logger to logger.

logger is what used to be passed to the parent class before this change:
9c8d463

Now a subclass can still pass in it's own logger, but the normal Poll class will also work.

Copy link

github-actions bot commented Jul 8, 2024

Test Results

244 tests   243 ✅  1m 6s ⏱️
  1 suites    1 💤
  1 files      0 ❌

Results for commit 1103455.

♻️ This comment has been updated with latest results.

@petersilva petersilva merged commit a6c2070 into development Jul 9, 2024
55 of 71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants