mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
14 lines
460 B
Markdown
14 lines
460 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HeartbleedOptions](./bitburner.heartbleedoptions.md) > [logsToCapture](./bitburner.heartbleedoptions.logstocapture.md)
|
|
|
|
## HeartbleedOptions.logsToCapture property
|
|
|
|
The number of log lines to remove from the server. Default is 1. Must be a positive integer.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
logsToCapture?: number;
|
|
```
|