Journal de queue du service de démarrage de printemps (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