-
Notifications
You must be signed in to change notification settings - Fork 393
DimSim: reduce bridge logging verbosity #1739
Copy link
Copy link
Open
Labels
Description
Problem
Bridge server and physics logs are noisy during normal operation. While step logging is throttled, other logs (sensor data, colliders, snapshots) can be verbose.
Proposed Solution
- Add
--verbose/--quietflag to DimSim CLI - Default quiet: only errors + key state transitions (connect, disconnect, init)
- Verbose: current behavior (debugging)
- Expose via
DimSimConfig(verbose=False)in Python
Context: dimos team feedback on PR #1390. Minor.
Synced from DIM-778 by summer
Reactions are currently unavailable