Is there a way to log with logback in a basic spring-boot java app using another user maybe with jcifs?

23 views Asked by At

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.

0

There are 0 answers