From a6998fe0f9d9a6a1be990a9a0496c5c820fcdb63 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 27 Jul 2016 12:11:00 +0900 Subject: [PATCH] Update README Default log level is NOTICE, not INFO. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27e57b2d..56eaa045 100644 --- a/README.md +++ b/README.md @@ -959,7 +959,7 @@ actions happening, but we strongly recommend executing `repmgr` directly. `repmgrd` can be started simply with e.g.: - repmgrd -f /etc/repmgr.conf --verbose > $HOME/repmgr/repmgr.log 2>&1 + repmgrd -f /etc/repmgr.conf --verbose >> $HOME/repmgr/repmgr.log 2>&1 For permanent operation, we recommend using the options `-d/--daemonize` to detach the `repmgrd` process, and `-p/--pid-file` to write the process PID @@ -981,7 +981,7 @@ table looks like this: Start `repmgrd` on each standby and verify that it's running by examining -the log output, which at default log level will look like this: +the log output, which at log level INFO will look like this: [2016-01-05 13:15:40] [INFO] checking cluster configuration with schema 'repmgr_test' [2016-01-05 13:15:40] [INFO] checking node 2 in cluster 'test'