From e7dd0f690cef3ced4d8e2cd1cca00b688e43e253 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 Nov 2015 15:35:13 +0900 Subject: [PATCH] Remove implemented items from TODO list * repmgr: add explicit --log-level flag, repurpose --verbose flag to show extra detailed/repetitive output only (see item below too) -> e0cbdd5b310897d1a041feed07553d24ac22eb33 * debug output: show some repetitive output only if --verbose flag set to prevent excessive log growth -> 8ab1901a93708d58e0530564912135d7e6021ded --- TODO | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/TODO b/TODO index 811e0037..6390069f 100644 --- a/TODO +++ b/TODO @@ -65,12 +65,6 @@ Usability improvements * repmgrd: on failover, explicitly log which node is now being followed -* repmgr: add explicit --log-level flag, repurpose --verbose flag to - show extra detailed/repetitive output only (see item below too) - -* debug output: show some repetitive output only if --verbose flag set to prevent - excessive log growth - * repmgr: add interrupt handler, so that if the program is interrupted while running a backup, an attempt can be made to execute pg_stop_backup() - on the primary, to prevent an orphaned backup state existing. \ No newline at end of file + on the primary, to prevent an orphaned backup state existing.