The problem was that the basic-logback.xml was valid configuration but not in a <configuration> tag, so it wasn't valid on its own. This change fixes that. Fixes gh-585