Skip to content

Commit da8bfe7

Browse files
committed
override read me and installation doc
1 parent 5815e18 commit da8bfe7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ LOG_READER_SPLIT_PATTERN = "\\n"
6262

6363
# This value indicates the number of lines of content in the file. Set the number of lines you want to read to this value.
6464
LOG_READER_MAX_READ_LINES = 1000
65+
66+
# You can exclude files with this value.
67+
LOG_READER_EXCLUDE_LINES = []
6568
```
6669

6770
<br />

docs/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Setup
3838
# This value indicates the number of lines of content in the file. Set the number of lines you want to read to this value.
3939
LOG_READER_MAX_READ_LINES = 1000
4040
41+
# You can exclude files with this value.
42+
LOG_READER_EXCLUDE_LINES = []
43+
4144
4245
* Collect static if you are in production environment:
4346

0 commit comments

Comments
 (0)