Skip to content

Commit

Permalink
[jvm-packages] Change log level for tracker message.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 2, 2022
1 parent 13b15e0 commit 20a3474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void run() {
String line;
try {
while ((line = reader.readLine()) != null) {
trackerProcessLogger.error(line);
trackerProcessLogger.info(line);
}
trackerProcess.get().waitFor();
int exitValue = trackerProcess.get().exitValue();
Expand Down

0 comments on commit 20a3474

Please sign in to comment.