Skip to content

Commit adc86bd

Browse files
committed
docs: clarify non-destructive CSV behavior
1 parent 645accf commit adc86bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ When you add `--csv`, LogLens also writes:
114114
- `findings.csv`
115115
- `warnings.csv`
116116

117+
Without `--csv`, LogLens does not create, overwrite, or delete any existing CSV files in the output directory.
118+
117119
The CSV schema is intentionally small and stable:
118120

119121
- `findings.csv`: `rule`, `subject_kind`, `subject`, `event_count`, `window_start`, `window_end`, `usernames`, `summary`

0 commit comments

Comments
 (0)