mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 13:42:26 +08:00
Log error if any during config file parsing.
This commit is contained in:
parent
4f961f4919
commit
5aeb238405
@ -330,6 +330,7 @@ public:
|
||||
INIReader reader(this->config_file);
|
||||
|
||||
if (reader.ParseError() != 0) {
|
||||
LOG(ERROR) << "Error while parsing config file, code = " << reader.ParseError();
|
||||
config_file_validity = -1;
|
||||
return ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user