QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
195 stars 100 forks source link

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

Closed AlexCatarino closed 1 month ago

AlexCatarino commented 3 months ago

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.