Is there any logback extension or module or any way that supports logging with a different user than the app starting user? I am using basic spring-boot java app on windows. No web.
I've tried to override logback inner classes, but it's a bit way too complicated, because itt needs a couple of java classes to be overidden.