Re: Systemd vs logging collector

From: Andomar <andomar(at)aule(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Systemd vs logging collector
Date: 2015-07-01 12:26:50
Message-ID: 5593DC8A.3060600@aule.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> are you just missing this parameter:
>
> #log_destination = 'stderr' # Valid values are combinations of
> # stderr, csvlog, syslog, and eventlog,
> # depending on platform. csvlog
> # requires logging_collector to be on.
>

Thanks for your reply, log_destination is set to "stderr". And
logging_collector is "on".

On CentOS, this results in regular Postgres log files. On Arch Linux,
the results end up in the system journal. It looks like the Postgres
logging collector somehow misses out on the stream of messages.

Kind regards,
Andomar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Charles Clavadetscher 2015-07-01 12:32:32 Re: Ubuntu 14.04 LTS install problem
Previous Message Jan de Visser 2015-07-01 12:08:01 Re: Ubuntu 14.04 LTS install problem