Add possibility to add caller to the Rex::Logger:: output
Open
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 737
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
This can be done by extending the format_string function from Rex::Logger module. https://github.com/RexOps/Rex/blob/master/lib/Rex/Logger.pm#L258
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
Start with lib/Rex/Logger.pm at format_string, the function named in the issue. Trace how logger output is assembled and determine how caller information should appear in the formatted output. Done means Rex::Logger output can include the caller without breaking the existing format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100