ChaturvediShilpa

Results 4 issues of ChaturvediShilpa

- Add --json-log flag and STUNNER_JSON_LOG environment variable - Implement slogWriter to redirect standard log output to JSON format - Add comprehensive tests for JSON logging functionality - Add documentation...

This PR adds a non-invasive JSON logging wrapper that converts STUNner's plain text logs to structured JSON format without modifying the STUNner codebase. Key features: - Zero code changes to...

type: enhancement

Hi, Currently, the Stunner code uses Pion logging and prints each log line by line. This makes it difficult to do machine parsing of logs specially for multiple lines of...