I see tons of debug logging coming from org.webjars.WebJarExtractor. I would think putting a logback.xml in project/src/main/resrouces would let me control it, but that doesn't seem to work.
21:39:16.422 [pool-14018-thread-3] DEBUG org.webjars.WebJarExtractor - Checking whether META-INF/resources/webjars/jquery/2.1.4/src/var/hasOwn.js is up to date at...
I see tons of debug logging coming from
org.webjars.WebJarExtractor. I would think putting a logback.xml inproject/src/main/resrouceswould let me control it, but that doesn't seem to work.