Allow being unable to open local LOGFILE.

This commit is contained in:
Expo on server 2020-05-26 00:54:41 +01:00
parent 501a5122d8
commit 7af6c3cb9c

View File

@ -39,10 +39,8 @@ try:
filename=settings.LOGFILE,
filemode='w')
except:
subprocess.call(settings.FIX_PERMISSIONS)
logging.basicConfig(level=logging.DEBUG,
filename=settings.LOGFILE,
filemode='w')
# Opening of file for writing is going to fail currently, so decide it doesn't matter for now
pass
#This class is for adding fields and methods which all of our models will have.
class TroggleModel(models.Model):