Skip to content

Commit

Permalink
Merge pull request #67 from palfrey/document-logging-feature
Browse files Browse the repository at this point in the history
Document the logging feature
  • Loading branch information
palfrey committed Jun 25, 2022
2 parents b207620 + 6cfab51 commit 10ff24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serial_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tokio = { version = "^1.17", features = ["macros", "rt"] }
[features]
default = ["logging"]

## Switches on debug logging (and requires the `log` package)
logging = ["log"]

## The file_locks feature unlocks the `file_serial`/`file_parallel` macros
Expand Down

0 comments on commit 10ff24f

Please sign in to comment.