[Bug 1360400] Re: Invalid maas.log permission caused django to crash
Julian Edwards
1360400 at bugs.launchpad.net
Tue Aug 26 03:05:07 UTC 2014
On Tuesday 26 August 2014 01:28:05 you wrote:
> I Installed 1.6.0 and upgraded to 1.7.0~beta1. This was reproduced more
> than twice so i think we can reproduce to figure out what;s wrong.
I know what's wrong without looking I think:
You didn't accept the changes in the packaging for maas_local_settings.py. It
re-points the django log to maas-django.log.
The file should have this in it:
'handlers': {
'log': {
'class': 'logging.handlers.RotatingFileHandler',
# DO NOT point this file at /var/log/maas/maas.log; MAAS now
# uses syslog to log to that file, and pointing the Django
# log output to it will clobber the syslog output.
'filename': '/var/log/maas/maas-django.log',
'formatter': 'simple',
},
},
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1360400
Title:
Invalid maas.log permission caused django to crash
To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1360400/+subscriptions
More information about the Ubuntu-server-bugs
mailing list