Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton314 committed Jun 2, 2023
1 parent 8028690 commit 510daf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ We strive to follow [SemVer](https://semver.org/) conventions. Per [item 4 in th

That said, this is research software, so expect some instability as we aim first and foremost to push the boundaries of what is possible.

## 0.3.0

### Added

Event limit in logger works: set `maxLogs` to control how many events get logged. FloatTracker stops collecting stack traces after this, so should run much faster once the threshold has been hit. Defaults to `Unbounded()`.

## 0.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Keyword arguments for `config_logger`:

- `maxFrames::Union{Int,Unbounded}` Maximum number of frames to print per even in the logs; defaults to `Unbounded`.

- `maxLogs::Union{Int,Unbounded}` (Unimplemented as of 0.2.0) Maximum number of events to log; defaults to `Unbounded`.
- `maxLogs::Union{Int,Unbounded}` Maximum number of events to log; defaults to `Unbounded`.

- `exclusions::Array{Symbol}` Events to not log; defaults to `[:prop]`.

Expand Down

0 comments on commit 510daf2

Please sign in to comment.