Hey guys, Is there any specific order in which the...
# general
p
Hey guys, Is there any specific order in which the config files are loaded.. I see that config is loaded by
genConf
functions in the
std::map<std::string, std::string> &conf
object..but how does if effect when two different config files have overlapping config items.. eg: If I need a file watch, and one config file has list of files to be included and another config file has the list of file to be excluded.. which will be given a preference.. ?
@Stefano Bonicatti