I just want basic logging to stdout/stderr for now
d
Dico
12/24/2019, 10:47 AM
You need to configure logback by adding logback.xml to the class path (put the file in the resources folder). You can find examples of this online. Alternatively, use slf4j-simple dependency instead.