This question has been asked two years before, however, the answer seems to be incorrect as of at least django 1.9.
django-admin startproject myproject
cat myproject/settings.py
#no logging related lines, as far as I can tell
In django 1.9 release notes only removal of specific loggers is mentioned.
So, can I see default django logging settings? If so, where?