]> granicus.if.org Git - pgbouncer/commit
Add option to disable printing stats to log
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 21:24:36 +0000 (23:24 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 21:24:36 +0000 (23:24 +0200)
commit466e48e059a5c36eb90432c8a15bc3463340bc31
tree9f09fee05f061e50e91597b28b36330732e8665a
parent50b89eb7cd7608fab929350100419412a1a8ff8e
Add option to disable printing stats to log

Add option log_stats that can be used to disable printing stats to
log.  Stats are still updated every stats_period, for SHOW commands.

Author: @weastur

fixes #287
doc/config.md
doc/usage.md
include/bouncer.h
src/main.c
src/stats.c