projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
576844a
)
Lower log level of 'Found bdr_connections entry ' log lines
author
Craig Ringer
<craig@2ndquadrant.com>
Wed, 15 Apr 2015 03:39:49 +0000
(11:39 +0800)
committer
Craig Ringer
<craig@2ndquadrant.com>
Wed, 15 Apr 2015 03:39:49 +0000
(11:39 +0800)
These are internal debug/informational messages.
bdr_perdb.c
patch
|
blob
|
blame
|
history
diff --git
a/bdr_perdb.c
b/bdr_perdb.c
index 274b7e2b754ca56bceabbed43580dd598ea444f8..736e154760fafbdaf8fa18679ec67001d794251c 100644
(file)
--- a/
bdr_perdb.c
+++ b/
bdr_perdb.c
@@
-500,7
+500,7
@@
bdr_maintain_db_workers(void)
Assert(!isnull);
node_status = DatumGetChar(temp_datum);
- elog(
LOG
, "Found bdr_connections entry for "BDR_LOCALID_FORMAT" (origin specific: %d, unidirectional: %d, status: %c)",
+ elog(
DEBUG1
, "Found bdr_connections entry for "BDR_LOCALID_FORMAT" (origin specific: %d, unidirectional: %d, status: %c)",
target_sysid, target_timeline, target_dboid,
EMPTY_REPLICATION_NAME,
(int) origin_is_my_id, (int) conn_is_unidirectional, node_status);