Skip to content

Commit

Permalink
Update 03 Logs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Jul 19, 2024
1 parent 77c9a6b commit a961188
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<p>
Log statements are strings recorded during a backtest that are best to record key decision moments.
Because backtests replay millions of data events, a log statement placed in the wrong place can generate gigabytes of logs, which can be difficult to sift through.
Take care when placing the log to keep them readable.
Algorithms can record string messages ('log statements') to a file for analysis after a backtest is complete, or as a live algorithm is running.
These records can assist in debugging logical flow errors in the project code or recording key decision moments.
Backtests can process millions of data points.
If you place a log statement in the wrong place, it can generate gigabytes of logs, which can be difficult to sift through.
When you add to the log file, ensure they are readable.
</p>

<div class="section-example-container">
Expand Down

0 comments on commit a961188

Please sign in to comment.