<div dir="auto">On current version (v4.5.5), Pgpool only supports syslog & stderr for log_destination while PostgreSQL supports csvlog since v8.3 & jsonlog since v15. On the source code, I see trace of csvlog being implemented, but it is not supported when I try it myself.<div dir="auto"><a href="https://github.com/pgpool/pgpool2/blob/5752de9913d91788f6efe8338aca82dca0c694d5/src/include/utils/elog.h#L505">https://github.com/pgpool/pgpool2/blob/5752de9913d91788f6efe8338aca82dca0c694d5/src/include/utils/elog.h#L505</a></div><div dir="auto"><br></div><div dir="auto">It'd be great addition especially on jsonlog because it is very convenient for logging. If implemented just like on PostgreSQL, it will print the log on a single-line rather than multiple-line when we increase the log level such as displaying SQL Statement.</div><div dir="auto"><br></div><div dir="auto">Best regards,</div><div dir="auto">Yukha Dharmeswara</div></div>