Answers for "tail log of spring boot service (linux)"

1

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
Posted by: Guest on September-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language