log_manager.cc
Commented why spread-down logging is disabled. In MaxScale start, log paths are printed in their complete form to make it easier to copy-paste the names. gateway.c Replaced print_signal_set_error with more general-purpose print_log_n_stderr which prints non-formatted messages to error log and to stderr to the point MaxScale switches to run in daemon process. After that only error log is printed. skyge_utils.cc polish
This commit is contained in:
@ -1601,8 +1601,8 @@ static bool file_write_header(
|
||||
header_buf2 = (char *)calloc(1, strlen(file->sf_fname)+2);
|
||||
snprintf(header_buf2, strlen(file->sf_fname)+2, "%s ", file->sf_fname);
|
||||
header_buf3 = strdup(asctime(tm));
|
||||
header_buf4 = "---------------------------------------------------------"
|
||||
"---------------------------\n";
|
||||
header_buf4 = "------------------------------------------------------"
|
||||
"-----------------\n";
|
||||
|
||||
if (header_buf2 == NULL) {
|
||||
goto return_succp;
|
||||
|
Reference in New Issue
Block a user