Skip to content

Commit 10fb71d

Browse files
beriberikixclaude
andcommitted
Point the log predicate at the subsystem the code uses
Documentation/api/usb-implementation.md told users to filter on com.github.usbipd-mac. No logger has ever used that; the loggers use com.usbipd.mac. Left the subsystem strings alone rather than renaming 21 of them — that is a user-visible change to a documented predicate, and it can ride along with a release that has a reason to make it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017rmyikdjWveP99ZUCDLY89
1 parent 00b44e1 commit 10fb71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/api/usb-implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Use `usbipd status --detailed` to get comprehensive information:
272272
#### System Logs
273273
Monitor system logs for detailed error information:
274274
```bash
275-
log show --predicate 'subsystem == "com.github.usbipd-mac"' --last 1h
275+
log show --predicate 'subsystem == "com.usbipd.mac"' --last 1h
276276
```
277277

278278
#### Performance Monitoring

0 commit comments

Comments
 (0)