mlcommons / mlcommons/logging

Finding log file

Open
#240 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.