Skip to content

Commit

Permalink
[JENKINS-16952] [JENKINS-18274] Slave computers should record all log…
Browse files Browse the repository at this point in the history
… messages at INFO+, not just those in the hudson.* namespace.
  • Loading branch information
jglick committed Jun 10, 2013
1 parent 2527778 commit 0ca88a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/slaves/SlaveComputer.java
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public Void call() {
return null;
}
private static final long serialVersionUID = 1L;
private static final Logger LOGGER = Logger.getLogger("hudson");
private static final Logger LOGGER = Logger.getLogger("");
}

/**
Expand Down

0 comments on commit 0ca88a6

Please sign in to comment.