QuantConnect/lean-cli

`lean log` Without Options/Arguments Do Not Find Logs

Closed this issue · 0 comments

When we type the command,

lean logs

We get:

Error: No backtest log file exists

We need to provide the --project option. E,g,:

lean logs --project '.\SplitDividendsTest'

to get the logs.