diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-08 11:08:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-08 11:08:16 -0400 |
commit | 1ec6c744048a2905b0f2bf83f035a8fb8798dbdf (patch) | |
tree | 010121ef262e206a84efde7fcc03d9059e071e5d /indra/llcrashlogger | |
parent | f37d2c307617302f2ed5dfead7e280da54a7d3e4 (diff) |
SL-18837: Set APR_LOG once for the whole job
instead of a new value for each LLProcess::create() invocation.
Since the internal apr_log() function only looks at APR_LOG once per process,
the first test (which succeeded, hence no log file dump) left the log file
open with that same original pathname. Resetting the APR_LOG environment
variable for subsequent runs only made the new code in llprocess_test look for
files that were never created.
Diffstat (limited to 'indra/llcrashlogger')
0 files changed, 0 insertions, 0 deletions