slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Thu Jan 3 07:45:40 PST 2008
http://www.slony.info/bugzilla/show_bug.cgi?id=21





--- Comment #1 from Christopher Browne <cbbrowne at ca.afilias.info>  2008-01-03 07:45:40 ---
Created an attachment (id=6)
 --> (http://www.slony.info/bugzilla/attachment.cgi?id=6)
Add function, dump_configuration(), which logs values of all configuration
options

Applied to CVS HEAD; works fine, thus:

cbbrowne at dba2:CMD/slony1-HEAD/src/slon> ./slon  dw 'dbname=dw'               
2008-01-03 15:44:55 UTC CONFIG main: slon version 2.0.0 starting up
2008-01-03 15:44:55 UTC INFO   slon: watchdog process started
2008-01-03 15:44:55 UTC CONFIG slon: watchdog ready - pid = 28481
2008-01-03 15:44:55 UTC CONFIG main: Integer option vac_frequency = 3
2008-01-03 15:44:55 UTC CONFIG main: Integer option log_level = 0
2008-01-03 15:44:55 UTC CONFIG main: Integer option sync_interval = 2000
2008-01-03 15:44:55 UTC CONFIG main: Integer option sync_interval_timeout =
10000
2008-01-03 15:44:55 UTC CONFIG main: Integer option sync_group_maxsize = 20
2008-01-03 15:44:55 UTC CONFIG main: Integer option desired_sync_time = 60000
2008-01-03 15:44:55 UTC CONFIG main: Integer option syslog = 0
2008-01-03 15:44:55 UTC CONFIG main: Integer option quit_sync_provider = 0
2008-01-03 15:44:55 UTC CONFIG main: Integer option quit_sync_finalsync = 0
2008-01-03 15:44:55 UTC CONFIG main: Integer option sync_max_rowsize = 8192
2008-01-03 15:44:55 UTC CONFIG main: Integer option sync_max_largemem = 5242880
2008-01-03 15:44:55 UTC CONFIG main: Integer option remote_listen_timeout = 300
2008-01-03 15:44:55 UTC CONFIG main: Boolean option log_pid = 0
2008-01-03 15:44:55 UTC CONFIG main: Boolean option log_timestamp = 1
2008-01-03 15:44:55 UTC CONFIG main: Boolean option cleanup_deletelogs = 0
2008-01-03 15:44:55 UTC CONFIG main: Real option real_placeholder = 0.000000
2008-01-03 15:44:55 UTC CONFIG main: String option cluster_name = dw
2008-01-03 15:44:55 UTC CONFIG main: String option conn_info = dbname=dw
2008-01-03 15:44:55 UTC CONFIG main: String option pid_file = (null)
2008-01-03 15:44:55 UTC CONFIG main: String option log_timestamp_format =
%Y-%m-%d %H:%M:%S %Z
2008-01-03 15:44:55 UTC CONFIG main: String option archive_dir = (null)
2008-01-03 15:44:55 UTC CONFIG main: String option sql_on_connection = (null)
2008-01-03 15:44:55 UTC CONFIG main: String option lag_interval = (null)
2008-01-03 15:44:55 UTC CONFIG main: String option command_on_logarchive =
(null)
2008-01-03 15:44:55 UTC CONFIG main: String option syslog_facility = LOCAL0
2008-01-03 15:44:55 UTC CONFIG main: String option syslog_ident = slon
2008-01-03 15:44:55 UTC CONFIG main: String option cleanup_interval = 10
minutes
2008-01-03 15:44:55 UTC CONFIG slon: worker process created - pid = 28482
2008-01-03 15:44:55 UTC ERROR  Slony-I schema version is 1.2.12
2008-01-03 15:44:55 UTC ERROR  please upgrade Slony-I schema to version 2.0.0
2008-01-03 15:44:55 UTC FATAL  main: Node has wrong Slony-I schema or module
version loaded
2008-01-03 15:44:55 UTC INFO   slon: exit(0)

(The schema problem observed isn't germaine to this...)


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list