Re: Logging debug & error messages to file

2019-01-12 Thread PASCUAL Eric
s.com on behalf of Kasper Laudrup Sent: Saturday, January 12, 2019 2:14:39 PM To: django-users@googlegroups.com Subject: Re: Logging debug & error messages to file Hi Uri, On 12/01/2019 11.34, אורי wrote: > I'm trying to log debug & error messages to a file. But I receive this >

Re: Logging debug & error messages to file

2019-01-12 Thread Kasper Laudrup
Hi Uri, On 12/01/2019 11.34, אורי wrote: I'm trying to log debug & error messages to a file. But I receive this exception on the server: ValueError: Unable to configure handler 'file': [Errno 13] Permission denied: '/var/log/speedy_net_django.log' The user running django does not have wri

Logging debug & error messages to file

2019-01-12 Thread אורי
Hi, I'm trying to log debug & error messages to a file. But I receive this exception on the server: ValueError: Unable to configure handler 'file': [Errno 13] Permission denied: '/var/log/speedy_net_django.log' If I change the path to '/tmp/speedy_net_django.log' then it works. How do I configu