From: | Greg Sabino Mullane <htamfids(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Logging which interface was connected to in log_line_prefix |
Date: | 2024-03-06 15:59:52 |
Message-ID: | CAKAnmmK-U+UicE-qbNU23K--Q5XTLdM6bj+gbkZBZkjyjrd3Ow@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Someone on -general was asking about this, as they are listening on
multiple IPs and would like to know which exact one clients were hitting. I
took a quick look and we already have that information, so I grabbed some
stuff from inet_server_addr and added it as part of a "%L" (for 'local
interface'). Quick patch / POC attached.
Cheers,
Greg
Attachment | Content-Type | Size |
---|---|---|
add_local_interface_to_log_line_prefix.v1.patch | application/octet-stream | 2.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Laurenz Albe | 2024-03-06 16:01:12 | Re: Reducing the log spam |
Previous Message | Greg Sabino Mullane | 2024-03-06 15:50:14 | Re: Reducing the log spam |