Checking server's logs files?
Hi,
I want to view some of the logs files related to my server and I came across this link that states where to find them but in my case some of them aren't there. Is it also possible to view data that are yielded by the print statements present in my project( I am running a django based app) as I would like to use this to identify some info.
Thanks.
1 Reply
Hey there,
You may not have logs for services that require logging to be configured or enabled. Django would need logging enabled. Otherwise print statements are made only directly to the terminal. Here is Django Project documentation on logging that will help you do so.
We hope that helps!
Sincerely,
Tara T
Linode Support Team