piotrowy / RnaSprite

0 stars 0 forks source link

Do not use System.out.println() #2

Closed tzok closed 8 years ago

tzok commented 8 years ago

The server should not write to stdout (AppController, 92 line). Use a logging framework to capture messages

piotrowy commented 8 years ago

System.out.println is replaced with log4j in AppController.java