Project

General

Profile

Defect #684

Plugin writes all kinds of stuff to server console

Added by Patrick Ruhsert almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/10/2013
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

The server log gets filled up with stuff like "busy set to...". I guess it's stuff like this

public void setCanceled(final boolean b) {
Debug.log("Busy set to "+ !b);
busy.set(!b);
}

but there is some more...


Files

busy_patch.txt (1.57 KB) busy_patch.txt Patrick Ruhsert, 04/11/2013 12:39 PM

History

#1

Updated by Patrick Talbot almost 11 years ago

True, I've added these to try and get some information on calls to the server when cancel was not working reliably in web client (since 5.2.4 and an update of Wicket which broke all sorts of thing).
I could change that to use Debug.trace() instead, didn't realize it was bothering anyone.
If you want, you can do that and submit a patch, I'll merge it.

#2

Updated by Patrick Ruhsert almost 11 years ago

Hi Patrick,

larger customers prefer a clean server log... Patch attached.

Thanks.

#3

Updated by Patrick Talbot almost 11 years ago

OK, sure.
Thanks for the patch! Will merge asap.

#4

Updated by Patrick Talbot almost 11 years ago

  • Status changed from New to Closed

Patch added in v2.2.5

Also available in: Atom PDF