Commit ce68e8e
authored
fix(iris): remove misleading 'All' log option and increase default max lines (#3683)
Drop the 'All' option from the LogViewer dropdown since it was capped at
DEFAULT_MAX_TOTAL_LINES anyway. Increase DEFAULT_MAX_TOTAL_LINES from
10k to 100k so CLI users can fetch more logs when needed.
Fixes #36721 parent a2d6a05 commit ce68e8e
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments