Hi folks. I'm having the hardest time figuring out how to configure the data generation directory. I'm running:

lean data generate --start=20200601 --symbol-count=1 --security-type=Equity

I'm running this from my project diretory. The directory I lean pulled all my projects into for local development. It has a ./data sub-directory. I'd like the generated data to go into that directory, so I can do some local development / debugging / testing.

I keep seeing this error when running the above command:

20210412 21:35:07.695 TRACE:: Config.Get(): Configuration key not found. Key: data-directory - Using default value: ../../../Data/

Where does the "data-directory" key live? I tried to put it in my lean.json, which also has "data-folder" key, but that didn't work. I tried to put it in one of my project's config.json, that didn't work either. Is there some master config.json that I'm missing? Thanks!

Author