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.

(cherry picked from commit 0ca88a6)
  • Loading branch information
jglick authored and olivergondza committed Sep 19, 2013
1 parent e097302 commit 6300191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/slaves/SlaveComputer.java
Expand Up @@ -718,7 +718,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 6300191

Please sign in to comment.