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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to