Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

New logger extension with an explicit level

A new internal logger extension creates a child logger with an explicit logging level

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaInternalswhat it touches
KindInternal Changesin v2.1.277,
Under the hood

A new internal logger extension creates a child logger with an explicit logging level

What

A new internal call, s.extend({ level: pct }), creates a child logger with a specific logging level set explicitly, rather than inheriting a default one.

Why

This is an internal logging change and doesn't directly affect what you see while using Claude Code, but it lets a specific part of the code log at its own chosen verbosity level.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what triggers this or what `pct` represents, so it's unclear which part of Claude Code gains its own log level.

See this entry in the whole of v2.1.277 →