{
ProducerState *myState = (ProducerState *) self;
- elog(LOG, "Producer stats: total %ld tuples, %ld tuples to self, %ld to other nodes",
+ elog(DEBUG2, "Producer stats: total %ld tuples, %ld tuples to self, %ld to other nodes",
myState->tcount, myState->selfcount, myState->othercount);
if (myState->consumer)
#ifdef SQUEUE_STAT
elog(DEBUG1, "Producer %s is done, there were %ld pauses", squeue->sq_key, squeue->stat_paused);
#endif
- elog(LOG, "Producer %s is done", squeue->sq_key);
+ elog(DEBUG1, "Producer %s is done", squeue->sq_key);
LWLockAcquire(SQueuesLock, LW_EXCLUSIVE);