suggest remove of elog in xlog.c

Started by Zeugswetter Andreas SBabout 25 years ago2 messages
#1Zeugswetter Andreas SB
ZeugswetterA@wien.spardat.at

I suggest to remove the following elog from line 943 of xlog.c.
It does not give real useful info and is repeated for each checkpoint,
thus filling the log of an otherwise idle server.

elog(LOG, "MoveOfflineLogs: skip %s", xlde->d_name);

DEBUG: MoveOfflineLogs: skip 0000000000000001

Greetings :-)
Andreas

#2Mikheev, Vadim
vmikheev@SECTORBASE.COM
In reply to: Zeugswetter Andreas SB (#1)
RE: suggest remove of elog in xlog.c

I suggest to remove the following elog from line 943 of xlog.c.
It does not give real useful info and is repeated for each checkpoint,
thus filling the log of an otherwise idle server.

elog(LOG, "MoveOfflineLogs: skip %s",
xlde->d_name);

DEBUG: MoveOfflineLogs: skip 0000000000000001

Greetings :-)

No problems -:)

Vadim