Nathaniel W. Turner

Results 5 comments of Nathaniel W. Turner

Here's the minimal test config I used when validating this change (by hand): $ cat src/examples/cpp/trace-rolling.xml On Sat, Apr 17, 2021 at 4:20 AM Thorsten Schöning ***@***.***> wrote: > @nturner...

Here's the patch I made to the the "trivial" example test program to facilitate testing: diff --git a/src/examples/cpp/trivial.cpp b/src/examples/cpp/trivial.cpp index 165c7ceb..c2f86681 100644 --- a/src/examples/cpp/trivial.cpp +++ b/src/examples/cpp/trivial.cpp @@ -17,21 +17,31 @@...

Sorry, that was an older patch. Here's the same commit on my local 0.11.0 branch: diff --git a/src/examples/cpp/trivial.cpp b/src/examples/cpp/trivial.cpp index 6e8726e2..f3b31e65 100644 --- a/src/examples/cpp/trivial.cpp +++ b/src/examples/cpp/trivial.cpp @@ -17,21 +17,30 @@...

@rm5248 sorry for the delayed reply. I just tried my test case with that change (I see that it's in master now). No, it does not work for me. Below...

Sorry; been busy. Yes, @rm5248, if I use a configuration like the example in LOGCXX-523, logging appears to continue. That approach results in a more complex configuration (2x the number...