Updated documentation and created a readwritesplit router document.

This commit is contained in:
Markus Makela
2015-05-12 04:48:25 +03:00
parent 8301410c79
commit d1a768f6f5
5 changed files with 185 additions and 15 deletions

View File

@ -69,8 +69,6 @@ int main(int argc, char **argv)
arg_vector[5] = "LOGFILE_ERROR";
arg_vector[6] = NULL;
skygw_logmanager_init(arg_count,arg_vector);
skygw_log_enable(LOGFILE_TRACE);
skygw_log_enable(LOGFILE_DEBUG);
free(arg_vector[2]);
free(arg_vector);

View File

@ -78,8 +78,6 @@ main(int argc, char **argv)
arg_vector[5] = "LOGFILE_ERROR";
arg_vector[6] = NULL;
skygw_logmanager_init(arg_count,arg_vector);
skygw_log_enable(LOGFILE_TRACE);
skygw_log_enable(LOGFILE_DEBUG);
free(arg_vector[2]);
free(arg_vector);