Hi guys, i need to get django debugging logs, like this
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?
Python:
print('hello world this is my paramms')
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?