Ticket #107 (closed enhancement: done)
Enhance cms and har message writing to output "pretty" json
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Low | Milestone: | May 2019 Training |
| Component: | CPTMS | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Currently the cms_messages.json file is a single unformatted line. It would be nice if it was human readable, as when the 3rd parameter to stringify() is used. But I think the limit is in saveCMSmessage.py, that the msg is passed via GET. Maybe encoding it would work? or use POST instead?
Change History
Note: See
TracTickets for help on using
tickets.

Modified so each record is on a separate output line. Fixed in r426.