Chris Browne cbbrowne at lists.slony.info
Mon Jul 20 09:40:59 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv20999

Modified Files:
	confoptions.c 
Log Message:
Change minimum logging level to -1 to allow suppressing all logging


Index: confoptions.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** confoptions.c	11 Jun 2009 19:03:45 -0000	1.31
--- confoptions.c	20 Jul 2009 16:40:57 -0000	1.32
***************
*** 590,594 ****
  		&slon_log_level,
  		0,
! 		0,
  		4
  	},
--- 590,594 ----
  		&slon_log_level,
  		0,
! 		-1,
  		4
  	},



More information about the Slony1-commit mailing list