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
F12381705: D4430.diff
Wed, May 29, 12:26 AM
Unknown Object (File)
Sun, May 26, 3:40 PM
Unknown Object (File)
Sun, May 26, 2:29 AM
Unknown Object (File)
Sun, May 26, 1:46 AM
Unknown Object (File)
Thu, May 23, 3:07 AM
Unknown Object (File)
Mon, May 20, 9:28 AM
Unknown Object (File)
Sun, May 19, 10:30 PM
Unknown Object (File)
Sun, May 19, 9:54 PM

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
Branch
dev/debug-log-fix
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 43631
Build 17441: arc lint + arc unit