konveyor/tackle-diva

Replace `System.out.println` with logging framework

Opened this issue · 0 comments

While testing the Windup Diva addon, it turned out the console output has a lot of System.out.println [link to one sample below] entries that would be great if moved into a logging framework at (my suggestion) DEBUG level.

System.out.println(f + "->" + Util.getAnnotations(f));