summaryrefslogtreecommitdiff
path: root/src/main/java/testing/TestVerboseLogging.java
AgeCommit message (Collapse)Author
2025-06-21Improve verbose logging for protocol testsPaul Buetow
- Enable real-time log output during simulation execution - Fix HeadlessProtocolRunner to properly show logs as they happen - Update LogCapture to format timestamps clearly - Add test-verbose.sh script for demonstrating logging - Remove duplicate log printing in verbose mode Now when running tests with -Dds.sim.verbose=true or option 3 in test-protocols.sh, users can see protocol actions as they occur. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>