Finding log file
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 43
- Forks
- 60
- Avg merge
- 19h 56m
- Merged PRs (30d)
- 3
Description
Hello,
I see some logging statements but I am not able to find the file containing them. For example, I see:
logging.info('[MPI Init] rank %d of (%d) host is %s', rank, size, socket.gethostname())
but when I grep for [MPI Init] in all files, I don't see any match.
Any idea about that?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only identifies a Python logging call containing '[MPI Init]' and does not name a file or test. Search the repository for the logging setup and MPI-related entry points, then determine where this message originates; done means identifying the source file or explaining why the text is not present in the checked-in files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100