Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Lauszus
Copy link
Owner

@Lauszus Lauszus commented Sep 21, 2025

No description provided.

@Lauszus Lauszus requested a review from Copilot September 21, 2025 16:05
@Lauszus Lauszus added this to the 1.7.0 milestone Sep 21, 2025
@Lauszus Lauszus marked this pull request as ready for review September 21, 2025 16:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Switch examples from using the root logger to module-specific loggers to avoid unintended global logger side effects.

  • Replace logging.getLogger() with logging.getLogger(name) in all example scripts
  • Keeps existing handler/format configuration unchanged

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
examples/upload.py Use module-scoped logger instead of root logger
examples/reset.py Use module-scoped logger instead of root logger
examples/read.py Use module-scoped logger instead of root logger
examples/ping.py Use module-scoped logger instead of root logger

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Lauszus Lauszus merged commit 20a4637 into main Sep 21, 2025
6 checks passed
@Lauszus Lauszus deleted the fix/logger_name branch September 21, 2025 16:06
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.

2 participants