Filters not being found is now an error instead of a warning.
The log message was labeled as a warning instead of an error and finding out the real reason why MaxScale didn't start when a filter wasn't found was difficult.
This commit is contained in:
@ -1113,7 +1113,7 @@ serviceSetFilters(SERVICE *service, char *filters)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
MXS_WARNING("Unable to find filter '%s' for service '%s'\n",
|
MXS_ERROR("Unable to find filter '%s' for service '%s'\n",
|
||||||
filter_name, service->name);
|
filter_name, service->name);
|
||||||
rval = false;
|
rval = false;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user