Fork me on GitHub
#boot
<
2020-04-02
>
cpmcdaniel04:04:25

I get that too. Are you on Windows?

OrdoFlammae14:04:09

No, I'm using Linux Mint.

dave14:04:31

@ordoflammae i think the issue is that something on boot's classpath is trying to do logging, but there is no logger configured

dave14:04:45

i've silenced it before by adding [org.slf4j/slf4j-nop "2.0.0-alpha1"] to my dependencies. it's a "no-op" logger

OrdoFlammae15:04:57

What is the difference between :resource-paths and :asset-paths? Wouldn't they be the same?

dave15:04:09

i can never remember the distinction between all the different kinds of paths

dave15:04:21

sean corfield has an excellent writeup here: https://corfield.org/blog/2018/04/18/all-the-paths/

OrdoFlammae15:04:14

Thanks, that looks really helpful.

cpmcdaniel16:04:09

Maybe resource-paths are on the CLASSPATH?

cpmcdaniel16:04:56

woohoo I am smart. S M R T!

😂 8