How to disable log for images and CSS files in springboot
I my SpringBoot application I added logs but when I run the application I am getting unwanted logs like css, imgs etc that I didn’t to see in Logs.
How to check the structured log in human mode
I know we are using structured log for better log analysis.