58a7ac0
1
2
3
4
5
6
7
import glob path = "data/logs" files = glob.glob("**/*.json", root_dir=path, recursive=True) print(files)