Comment 2 for bug 1446916

Revision history for this message
Blake Rouse (blake-rouse) wrote : Re: MAAS should provide access to every installation log recorded

I am trying to think what is the best way to store these logs. We don't have like a notion of an instance id or anything like that. The best thing that we could do maybe is storing the logs as a file on the region based on the time when the deploy log is received from curtin. This means you will need to identify the correct file based on time for your installation log.

/var/log/maas/deploy/node-blah-blah/21_May_2015_16-33-01_install_log.log

Would this work?