hi,
when i develop my django app locally, i use python manage.py runserver
and all errors messages (like Error 500 ...) are printed in the terminal.
It is useful because it enables to put some print
in the code and check the values of some variables.
But when the app is executed via fastgci on a remote server i can't see those messages. Is there a way to output those errors in a file? Thanks