Christian Kruse
|
a08aa50f92
|
fix: close stdin and stdout only in repmgrd
closing stdin and stdout might cause problems when using system(), so we
avoid it.
|
2014-01-16 16:01:58 +01:00 |
|
Christian Kruse
|
9563877fbb
|
new config option, stdout/stdin closed
Now stdin and stdout get closed. Additionally stderr gets closed and
reopened to the new config option „logfile“ if specified
|
2014-01-16 15:22:34 +01:00 |
|
Jaime Casanova
|
493133986d
|
Add timestamps to log line in stderr
Patch by Christian Kruse
|
2013-12-19 01:15:28 -05:00 |
|
Jaime Casanova
|
50b7147f15
|
Change Copyright date to cover 2012
|
2012-07-04 10:47:26 -05:00 |
|
Greg Smith
|
3b2203c38c
|
Make verbose command line option useful on top of
the new logging infrastructure.
|
2011-02-23 05:29:29 -05:00 |
|
Greg Smith
|
0130420947
|
astyle cleanup run after recent merges
|
2011-02-10 18:55:51 -05:00 |
|
Greg Smith
|
1d32133d49
|
Update all the copyrights to add 2011
|
2011-02-10 18:33:02 -05:00 |
|
Gabriele Bartolini
|
6e1306cfb2
|
Uses a switch to detect the log level
|
2011-02-10 16:09:46 -05:00 |
|
Gabriele Bartolini
|
83eee2ed96
|
added some messages to the clone command
|
2011-02-10 16:08:07 -05:00 |
|
Gabriele Bartolini
|
3146d2c676
|
fixed some bugs with standby clone
|
2011-02-10 16:08:07 -05:00 |
|
Gabriele Bartolini
|
3f1c6a5852
|
Removed any sprintf/strcpy call and use snprintf/strncpy - Fixed bug with tblspc_dir - added debug messages after every query
|
2011-02-10 16:08:07 -05:00 |
|
Gabriele Bartolini
|
7a3be3a2f9
|
Cleaned log messages (\n at the end of every line)
|
2011-02-10 15:58:55 -05:00 |
|
Gabriele Bartolini
|
f6a6632169
|
Added new log system to both repmgr and repmgrd. Needs cleaning, but it is a good starting point
|
2011-02-10 15:58:55 -05:00 |
|
Gabriele Bartolini
|
2c1eafd7a9
|
first alpha version for syslog support
|
2011-02-10 15:56:10 -05:00 |
|