~stub/charms/precise/postgresql/metrics

« back to all changes in this revision

Viewing changes to templates/postgresql.conf.tmpl

  • Committer: Marco Ceppi
  • Date: 2014-03-04 16:02:06 UTC
  • mfrom: (46.10.53 syslog)
  • Revision ID: marco@ceppi.net-20140304160206-87ms64nn3afvvpxq
[stub] Ship PostgreSQL log files via syslog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
# ERROR REPORTING AND LOGGING
89
89
#------------------------------------------------------------------------------
90
90
 
 
91
include 'juju_logdest.conf'
 
92
 
91
93
{% if log_min_duration_statement  != "" -%}
92
94
log_min_duration_statement = {{log_min_duration_statement}}
93
95
{% endif -%}