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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct