Skip to content

Commit

Permalink
clean up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 21, 2024
1 parent 5cf3271 commit f33ce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/gw/local/LocalSessionOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void run() {
// Read output lines until they are null (command execution is finished)
while ((line = in.readLine()) != null) {
try {
log.info("this is when line is read: " + line);
log.info(line);
refreshLogMonitor(); // Check and refresh the WebSocket session

// readLine will block if nothing to send
Expand Down

0 comments on commit f33ce53

Please sign in to comment.