I know that I can externalize my logback.xml with the -D param -Dlogback.configurationFile=...
(See here).
I also know, that under Unix I have to do something like file://localhost/users/.../logback.xml
to address an absolute file path.
But how do I do it on Windows? My absolute Path is something like G:my\logbakc\config\logback.xml
I use logback in combination with Slf4j and SpringBoot 1.2.2.RELEASE.