mobie / mobie.github.io

1 stars 3 forks source link

Remove logging?! #64

Closed tischi closed 2 years ago

tischi commented 2 years ago

@KateMoreva could we remove this logging? System.out.println( "No channel specified" ); you have it in two places right now...

KateMoreva commented 2 years ago

@tischi In mobie-io System.out.println log is completely deleted (develop branch). Logging with Slf4j is used instead. The current level is info, but all info logging (except for the tests) is surrounded with a check of logChunkLoading, thus would not be printed unless it is set to true.

KateMoreva commented 2 years ago

if you like this solution, please approve the PR :)

tischi commented 2 years ago

sounds good!