We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815e18 commit da8bfe7Copy full SHA for da8bfe7
README.md
@@ -62,6 +62,9 @@ LOG_READER_SPLIT_PATTERN = "\\n"
62
63
# This value indicates the number of lines of content in the file. Set the number of lines you want to read to this value.
64
LOG_READER_MAX_READ_LINES = 1000
65
+
66
+# You can exclude files with this value.
67
+LOG_READER_EXCLUDE_LINES = []
68
```
69
70
<br />
docs/installation.rst
@@ -38,6 +38,9 @@ Setup
38
39
40
41
+ # You can exclude files with this value.
42
+ LOG_READER_EXCLUDE_LINES = []
43
44
45
* Collect static if you are in production environment:
46
0 commit comments