One issue, which I’m not sure how to solve yet, is that KWeb outputs errors via slf4j, but consistent with slf4j recommendations for libraries - it doesn’t depend on any logging implementation which means it will default to silence. This could be an issue if the programmer doesn’t provide their own logging implementation as they won’t see any errors 😕