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

Modified Files:
      Tag: REL_1_2_STABLE
	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.17.2.4
retrieving revision 1.17.2.5
diff -C2 -d -r1.17.2.4 -r1.17.2.5
*** confoptions.c	2 Feb 2007 20:23:46 -0000	1.17.2.4
--- confoptions.c	20 Jul 2009 16:43:40 -0000	1.17.2.5
***************
*** 561,565 ****
  		&slon_log_level,
  		4,
! 		0,
  		4
  	},
--- 561,565 ----
  		&slon_log_level,
  		4,
! 		-1,
  		4
  	},



More information about the Slony1-commit mailing list