No stack trace for client code exceptions

I’ve had several instances where my client code caused exceptions that were not making it to the console. Instead, the user gets silently disconnected from the server. I would have expected that any client code exceptions would lead to a complete stack trace dumped to the console.

The way it is now, subtle bugs can be very hard to find.

The stack traces in core PD classes are caputred in the standard java logging facility.

There have been posts about this before. I’ll also look up eactly what the log policy file changes are to get exceptions and psot them again.