def dict_get(datadict, keylist): return reduce(getitem, keylist, datadict) ############# ## LOGGING ## ############# # setup a logger