Skip to content

Commit 84d3762

Browse files
committed
remove redundant data from log entries so the function isn't quite so close to FM's 30,000 length limit
1 parent 2d8ebac commit 84d3762

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Functions/z_jsonParseSupport2.fmfn

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ Case (
244244
& " [private:" & private & "]"
245245
& " [res:" & res & "]"
246246
& " [step:" & step & "]"
247-
& " [~lastEntry:" & ~lastEntry & "]"
248247
& " [~length:" & ~length & "]"
249248
& " [~lastPipe:" & ~lastPipe & "]"
250249
& " [~lastAt:" & ~lastAt & "]"
@@ -317,7 +316,6 @@ Case (
317316
& " [private:" & private & "]"
318317
& " [res:" & res & "]"
319318
& " [step:" & step & "]"
320-
& " [~lastEntry:" & ~lastEntry & "]"
321319
& " [$~json.temp.index:" & $~json.temp.index & "]"
322320
& " [~nextStep:" & ~nextStep & "]"
323321
) disabled logging end */
@@ -334,11 +332,6 @@ Case (
334332
"ParseStructure cache not enabled for this function"
335333
& " [functionId:" & functionId & "]"
336334
& " [uuid:" & uuid & "]"
337-
& " [req:" & req & "]"
338-
& " [private:" & private & "]"
339-
& " [res:" & res & "]"
340-
& " [step:" & step & "]"
341-
& " [$~json.cache[" & $~json.depth & "]:" & $~json.cache[$~json.depth] & "]"
342335
) disabled logging end */
343336

344337
) ;

0 commit comments

Comments
 (0)