Defect #684
Plugin writes all kinds of stuff to server console
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
History
Updated by Patrick Talbot about 12 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.
Updated by Patrick Ruhsert about 12 years ago
- File busy_patch.txt busy_patch.txt added
Hi Patrick,
larger customers prefer a clean server log... Patch attached.
Thanks.
Updated by Patrick Talbot about 12 years ago
- Status changed from New to Closed
Patch added in v2.2.5