• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 24536490288 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 10:10PM UTC
Files 287
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2026 10:06PM UTC coverage: 64.272% (-0.01%) from 64.282%
24536490288.1

push

github

web-flow
feat(cli): Add `--log` flag for fine-grained log filtering (#571)

Adds a new `--log=DIRECTIVE` global flag that accepts a comma-separated
list of `target=level` pairs, forwarded directly to
`tracing_subscriber::EnvFilter`.

This lets users target specific subsystems without flooding output with
unrelated noise. For example:

    jp query --log=tool::stderr=trace "Hello"
    jp query --log='jp_llm=trace,plugin=off' "Hello"

The flag composes with `-v`: verbosity sets the baseline level for jp's
own modules, while `--log` appends directives that add or override
specific targets. Because user-supplied directives are appended last,
they take precedence over the baseline.

Passing `--log` without `-v` still enables stderr log output. Without
this, the flag would silently do nothing unless the user also remembered
to pass `-v`.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

22934 of 35683 relevant lines covered (64.27%)

242.16 hits per line

Source Files on job 24536490288.1
  • Tree
  • List 287
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24536490288
  • 63d6e7f5 on github
  • Prev Job for on main (#24534241672.1)
  • Next Job for on main (#24536510404.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc