Re: Django blocking on writing logs

2018-04-10 Thread Avraham Serour
it doesn't seem to have any relation to a synchronous logger On Tue, Apr 10, 2018 at 1:16 AM, Ameni Bejaoui wrote: > I face this problem when i want to test the django interface in the web > browser local domain :/ what should i do ? i change even the port to 8080 > the same problem > > 2018-04-

Re: Django blocking on writing logs

2018-04-09 Thread Avraham Serour
It seems you are right, I found this SO thread dealing with the same question: https://stackoverflow.com/questions/34349797/are-log-statements-blocking-in-django-python In pratical terms I use sentry, the python client claims to use a threaded async approach, I suggest taking a look at their imple

Re: Django blocking on writing logs

2018-04-05 Thread David Bauer
No I gave up on Django, don't know what it does, and don't have the money to take a class to learn more, so I just gave up for right now, when I see some money I might be able to take a class On Thu, Apr 5, 2018 at 9:51 AM, Daniel Arndt wrote: > Hi all, > > Although not explicitly mentioned anyw