Display Detail Log in Debug Console
- Open the file
application.properties
- Add lines
logging.level.org.springframework.web=DEBUG logging.level.org.hibernate=ERROR
springboot:display_detail_log_in_debug_console
application.properties
logging.level.org.springframework.web=DEBUG logging.level.org.hibernate=ERROR