Comment 3 for bug 1446916

Revision history for this message
Andres Rodriguez (andreserl) wrote : Re: MAAS should provide access to every installation log recorded

Hi Blake,

What about storing the installation logs on the DB ? I think it would be nice to link each Node Event Log with an installation log. For example:

 Node changed status - From 'Deploying' to 'Deployed' Sat, 16 May. 2015 20:30:39

It would be nice if that event log would have the link to the respective log. In the main page, we can have the latest installation log, but from the event log, we can access the installation log for that installation.

from the events API, we can just simply get all the successful installations and a way to access their log. So if a user was to obtain the log for that installation, they have a list of successful installations (from deploying to deployed) or unsuccessful (from X to failed deployment). THoughts?