Ticket #107 (closed enhancement: done)

Opened 7 years ago

Last modified 7 years ago

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

comment:1 Changed 7 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done

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

Note: See TracTickets for help on using tickets.