Skip to content

Commit

Permalink
chore(threat-logger): fix renaming in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo authored and vadorovsky committed Sep 26, 2024
1 parent 80b20e2 commit e0645e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
| `process-monitor` | Producer | Watch processes (fork/exec/exit)
| `file-system-monitor` | Producer | Watch file system events
| `network-monitor` | Producer | Watch network events
| `logger` | Consumer | Log events to stdout. Used for development and toubleshooting
| `threat-logger` | Consumer | Log events to stdout. Used for development and toubleshooting
2 changes: 1 addition & 1 deletion crates/modules/threat-logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ output_format=plaintext
You disable this module with:

```sh
pulsar config --set logger.enabled=false
pulsar config --set threat-logger.enabled=false
```

0 comments on commit e0645e6

Please sign in to comment.