How to get debugging logs

mshzsh

New Member
#1
Hi guys, i need to get django debugging logs, like this
Python:
print('hello world this is my paramms')
but only access.log and errors.log are shown.

I tried these but it did not work :
errorlog $VH_ROOT/logs/error.log {
useServer 0
logLevel DEBUG
rollingSize 10M
}
accesslog $VH_ROOT/logs/access2.log {
useServer 0
rollingSize 10M
keepDays 30
compressArchive 1
}

How do I do this?
 
Top