Re: Logging warnings inside settings.py

2013-11-03 Thread Arnold Krille
On Fri, 1 Nov 2013 10:11:05 -0700 Jon Dufresne wrote: > I am trying to log warnings inside settings.py. I want to log warnings > when settings (from an outside source) are not provided, but the > application can continue. Is this possible? It seems like this might > not work as logging requires se

Logging warnings inside settings.py

2013-11-01 Thread Jon Dufresne
Hi, I am trying to log warnings inside settings.py. I want to log warnings when settings (from an outside source) are not provided, but the application can continue. Is this possible? It seems like this might not work as logging requires settings.py in order to be configured, but I want to log ear