LukeMathWalker / LukeMathWalker/bunyan
Feature Request: Support for Python Traceback formatting in err.stack
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 114
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The current implementation of bunyan-rs does not seem to recognize or pretty-print Python-style Tracebacks within the err.stack field. While the original Node.js bunyan CLI correctly identifies the \n characters and renders a multi-line stack trace, bunyan-rs treats the err object as a standard JSON object and prints it as a collapsed or raw JSON string.
Contributor guide
No contributing guide indexed for this repository
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
No file or test is named. Start by locating the Rust CLI path that formats err.stack and compare its handling of newline characters with the behavior described for the original Node.js bunyan CLI; done means Python-style Tracebacks render as multi-line stack traces instead of collapsed or raw JSON.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100