Skip to content

Conversation

@hpohekar
Copy link
Collaborator

@hpohekar hpohekar commented Jan 2, 2026

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.

@github-actions github-actions bot added the documentation Documentation related (improving, adding, etc) label Jan 2, 2026
@hpohekar
Copy link
Collaborator Author

hpohekar commented Jan 2, 2026

Earlier:

image

Now:

image

@hpohekar hpohekar linked an issue Jan 2, 2026 that may be closed by this pull request
@hpohekar hpohekar marked this pull request as ready for review January 2, 2026 08:53
@hpohekar hpohekar requested a review from mkundu1 as a code owner January 2, 2026 08:53
Copilot AI review requested due to automatic review settings January 2, 2026 08:54
Copy link
Contributor

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

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.

Copilot AI review requested due to automatic review settings January 2, 2026 08:57
Copy link
Contributor

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

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.

@hpohekar hpohekar merged commit c070902 into main Jan 5, 2026
32 of 33 checks passed
@hpohekar hpohekar deleted the fix/logging_docs branch January 5, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation related (improving, adding, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logging user-guide doesn't say how user should enable the logging

5 participants