Skip to content

Commit

Permalink
Expand docs with new compression options
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 9, 2024
1 parent 29e8f89 commit 21fb3f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/manual/src/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@ Sets CircleCI status.

## Compress build logs

Compresses build logs after a build with bzip2.
Compresses build logs after a build with bzip2 or zstd.

### Configuration options

- `compress_build_logs`

Enable log compression

- `compress_build_logs_compression`

Which compression format to use. Valid values are bzip2 (default) and zstd.

- `compress_build_logs_silent`

Whether to compress logs silently.

### Example

```xml
Expand Down

0 comments on commit 21fb3f0

Please sign in to comment.