Currently, my logs are printing like this below
[2020-06-06 HH:MM:SS] [INFO] [https-nio-9005-exec-2] [com.test.restcall]-[hello world]
I need to get the same log like below:
[2020-06-06 HH:MM:SS] [INFO] [GET/firstapplication/my-app] [com.test.restcall]-[hello world]
Can anyone help me in getting this??
Note: using logback, dropwizard application,
%-4relative [%thread] %-5level %logger{35} - %msg%n