Closed oliviercailloux closed 6 years ago
Plz change initialization to systematically follow the given example.
Uncomment logs, put in debug level instead of info if you want to hide them.
Fixed
Good job. Small detail: name the variables LOGGER
, as it is static final as a constant.
logger to LOGGER fixed
Use SLF4J instead of
System.out
. See example.