What is the default behaviour of load_data() on SimpleDirectoryReader Surprised to see it return 9 items from a directory with just one readme.md file! required_exts is just .md is it auto parsing into markdown nodes?
2) when using a lllamaindex doc loader I want to see what files loaded or did not load. What log settings etc is best for this. For example I used an .md loader in a directory of sub directories and it loaded 80% I need to know what skipped and why