Replication logging

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Replication logging
Date: 2011-01-16 14:19:26
Message-ID: AANLkTikVN=XJ=7FYy=iRbVafVYrU0J0ddS-Hqt1GJNZN@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Currently, replication connections *always* logs something like:
LOG: replication connection authorized: user=mha host=[local]

There's no way to turn that off.

I can't find the reasoning behind this - why is this one not
controlled by log_connections like normal ones? There's a comment in
the code that says this is intentional, but I can't figure out why...

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-16 14:31:50 Re: pg_basebackup for streaming base backups
Previous Message Magnus Hagander 2011-01-16 14:08:41 replication and pg_hba.conf