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
F12223581: D4430.diff
Sat, May 18, 12:59 AM
Unknown Object (File)
Fri, May 10, 3:43 AM
Unknown Object (File)
Sun, May 5, 12:06 AM
Unknown Object (File)
Sat, May 4, 10:47 AM
Unknown Object (File)
Apr 17 2024, 10:45 AM
Unknown Object (File)
Apr 17 2024, 10:45 AM
Unknown Object (File)
Apr 17 2024, 10:45 AM
Unknown Object (File)
Apr 17 2024, 10:45 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
Branch
dev/debug-log-fix
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 43628
Build 17438: arc lint + arc unit