Skip to content

Commit b3db357

Browse files
committed
fix: Follow Log enabled by default to automatically load to bottom of log file
1 parent 9db164c commit b3db357

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog/issue-5274.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
audience: users
2+
level: patch
3+
reference: issue 5274
4+
---
5+
fix: `Follow Log` enabled by default to automatically load to bottom of log file.

ui/src/components/Log/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default class Log extends Component {
162162

163163
state = {
164164
lineNumber: null,
165-
follow: null,
165+
follow: true,
166166
followPref: null,
167167
};
168168

0 commit comments

Comments
 (0)