Tail Log of Spring Boot Service (Linux)
#if you have your springboot app running on a linux server and you want
#to view the logs logs of your app
journalctl -u servicename.service -f
Uchephilz