Question
journalctl command shows no logs
Recently, I deployed a django project using this tutorial.
When I use sudo journalctl -u gunicorn
to check gunicorn logs I always get “No entries”. This happens even when the application has errors.
usr@ubuntu:~/api$
usr@ubuntu:~/api$ sudo journalctl -u gunicorn
[sudo] password for user:
-- No entries --
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×