Clean up and fix custom logging code

Unrecognized json caused duplicate output.

Specifically:
     2024/02/12 18:58:54 WARNING: json decode error: json: unknown field "id"
This commit is contained in:
Michael Hohn
2024-02-13 11:30:14 -08:00
committed by =Michael Hohn
parent 2877835899
commit ff94bfa9f5
3 changed files with 832 additions and 832 deletions

View File

@@ -190,12 +190,12 @@
# Build it
go clean
go build -gcflags="all=-N -l" . # go build .
go build . # go build -gcflags="all=-N -l" .
./gh-mrva -h
# In log-submit-the-mrva-job.log after edit
SN=41
SN=54
./gh-mrva submit --language cpp --session mirva-session-$SN \
--list mirva-list \
--query /Users/hohn/local/gh-mrva/FlatBuffersFunc.ql >& log-$SN.out &