ferdinalcandra / BFIPOC

0 stars 1 forks source link

System.out.println #14

Closed timpamungkas closed 3 years ago

timpamungkas commented 3 years ago

Too many System.out.println for logging, this will clutter the log. If you need logging, use proper logging mechanism (e.g. Logger.Debug and set the required log level on logback-spring.xml

timpamungkas commented 3 years ago

unused