FS#31741 - [postgresql] systemd service file does not enable logging
Attached to Project:
Arch Linux
Opened by Shridhar Daithankar (ghodechhap) - Sunday, 30 September 2012, 05:10 GMT
Last edited by Dan McGee (toofishes) - Thursday, 04 October 2012, 14:12 GMT
Opened by Shridhar Daithankar (ghodechhap) - Sunday, 30 September 2012, 05:10 GMT
Last edited by Dan McGee (toofishes) - Thursday, 04 October 2012, 14:12 GMT
|
Details
Description:
Postgresql systemd service file /usr/lib/systemd/system/postgresql.service does not mention -l switch to pg_ctl commands to enable logging by default. The database logging should be on by default Additional info: * package version(s) postgresql-9.2.1 * config and/or log files etc. /usr/lib/systemd/system/postgresql.service Steps to reproduce: - start postgresql.service - watch size of /var/log/postgresql.log |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 04 October 2012, 14:12 GMT
Reason for closing: Won't implement
Thursday, 04 October 2012, 14:12 GMT
Reason for closing: Won't implement
Comment by Dan McGee (toofishes) -
Thursday, 04 October 2012, 14:11 GMT
Use the journal, Luke. It is all in there through systemd. If you
really want the old-style log formats, you can easily add the
option and variable to an overridden unit file.