From eaafd499ca026157570e9cbd83ef4bb44dd4593b Mon Sep 17 00:00:00 2001 From: Rye Date: Wed, 29 Oct 2025 08:26:10 -0400 Subject: Fix log to file not supporting multiline output Signed-off-by: Rye --- indra/llcommon/llerror.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index 3411e9c6bb..2507bddad6 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -133,6 +133,7 @@ namespace { RecordToFile(const std::string& filename): mName(filename) { + showMultiline(true); mFile.open(filename.c_str(), std::ios_base::out | std::ios_base::app); if (!mFile) { -- cgit v1.3