On 9/18/25 18:06, Sami Imseih wrote:
I also realized that the initial tests we've been working with included: ``` +log_statement = all +log_min_duration_statement = 0 ```
Yes, you added these two in your v8, together with a useless log_line_prefix.
which caused additional noise and did not isolate the temp logging, and that could mislead the tests.
I agree.
