SLf4j logs not showing up in console on running new Thread() in java
Using Slf4j via Lombok annotations and it is successful in java main thread.
But when I try to execute a logic using new Thread:
Using Slf4j via Lombok annotations and it is successful in java main thread.
But when I try to execute a logic using new Thread: