Error message improvement for CONFIG SET command (#9924)
When CONFIG SET fails, print the name of the config that failed. This is helpful since config set is now variadic. however, there are cases where several configs have the same apply function, and we can't be sure which one of them caused the failure.
Please register or sign in to comment