Output trace to STDOUT
- Dominant language
- JavaScript
- Stars
- 176
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying baler in a Docker container, and I have infinite spinner with the message `(Magento/luma) Create core bundle file`. It looks like the baler does not do anything, and I want to enable a verbose mode or tracing.
This can be done with `--trace` CLI argument; however, the filename is generated based on current datetime, and I'd like to be able to specify the trace file name. In my case it's `/dev/stdout`.
Please add a parameter with the trace filename.
Contributor guide
Research direction
Start by locating the CLI handling for `--trace` and the code that generates the current-datetime trace filename. Reproduce the Docker or Magento/Luma case if available, then verify that a supplied filename such as `/dev/stdout` is accepted while the existing default trace behavior still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, javascript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100