-
Notifications
You must be signed in to change notification settings - Fork 59
docs: Update logging docs [skip tests] #4780
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR enhances the PyFluent logging documentation by adding practical usage examples. The existing logging documentation only provided a brief overview and referenced external Python logging resources, but lacked concrete examples of how to use PyFluent's logging features.
Key Changes:
- Added code examples demonstrating how to enable logging, set logging levels, configure file logging, and manage individual loggers
- Created a changelog entry documenting this documentation update
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| doc/source/user_guide/log.rst | Added five code examples showing common logging operations including enabling logging, setting global level, file configuration, and logger management |
| doc/changelog.d/4780.documentation.md | Added changelog entry for the logging documentation update |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


Context
Logging usage were missing.
Change Summary
Logging usage have been added.
Rationale
User can use this information to use PyFluent logging.
Impact
Logging docs.