jonbartels / mirth-connect-dashboard-count

A Mirth Connect plugin to show the counts of channels in channel groups.
Mozilla Public License 2.0
11 stars 3 forks source link

Change exception handling from ListeningPortServlet to log and not print #3

Open jonbartels opened 2 years ago

jonbartels commented 2 years ago

The code in ListeningPortServlet had pokemon exception handling because it used to be in a Client class. Since its a Servlet in the Server it can do proper logging.

Change it to just log and not to print