📜  spring boot服务的tail log(linux)——Shell-Bash代码示例

📅  最后修改于: 2022-03-11 14:51:22.310000             🧑  作者: Mango

代码示例1
#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