*) Changing loglevel to debug

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@268 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent bbc46f037f
commit 8b89f433b1

@ -588,7 +588,7 @@ public final class serverCore extends serverAbstractThread implements serverThre
*/
public void log(boolean outgoing, String request) {
serverCore.this.log.logInfo(userAddress.getHostAddress() + "/" + this.identity + " " +
serverCore.this.log.logDebug(userAddress.getHostAddress() + "/" + this.identity + " " +
"[" + serverCore.this.theSessionPool.getNumActive() + ", " + this.commandCounter +
((outgoing) ? "] > " : "] < ") +
request);

Loading…
Cancel
Save