Page MenuHomePhorge

Fix performance by skipping XML debug when debugging is disabled
ClosedPublic

Authored by machniak on Jul 21 2023, 9:20 AM.
Tags
None
Referenced Files
F12010617: D4430.diff
Sun, May 5, 12:06 AM
F11999676: D4430.diff
Sat, May 4, 10:47 AM
Unknown Object (File)
Wed, Apr 17, 10:45 AM
Unknown Object (File)
Wed, Apr 17, 10:45 AM
Unknown Object (File)
Wed, Apr 17, 10:45 AM
Unknown Object (File)
Wed, Apr 17, 10:45 AM
Unknown Object (File)
Mon, Apr 15, 4:11 AM
Unknown Object (File)
Mon, Apr 8, 4:50 AM

Details

Summary

The XML bodies of request and response can be big. We're using
temp files to write them into the debug logs, and we did that
even when debugging is disabled.

Now we skip that slow code if debugging is disabled. I also unified
logging code for XML response and request.

Diff Detail

Repository
rS syncroton
Lint
Lint Not Applicable
Unit
Tests Not Applicable