Skip to content

Commit

Permalink
Add log-directory option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ldko committed Jan 28, 2025
1 parent 2ac83d2 commit 7994b16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ Can be used to determine how verbose **js-wacz** needs to be.
js-wacz create -f "collection/*.warc.gz" --log-level trace
```

### --log-directory, -l

Path to a folder containing log files (only files with .log or .txt file extensions will be included in the WACZ).

```bash
# Assuming the following file exists: collection/logs/crawl.log
js-wacz create -f "collection/*.warc.gz" --log-directory collection/logs/
```


[👆 Back to summary](#summary)

Expand Down

0 comments on commit 7994b16

Please sign in to comment.