Comment 3 for bug 1463986

Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

Yes, the log deletion is going to be optional.

The question is what should be the default behavior. Should the default be to delete the logs and provide a flag to keep them , or keep them by default and provide a override flag to delete them?

Delete-by-default is consistent with the view that when an app is deleted, all its artifacts are deleted (the app's meta data, the deployment units (DUs), and the logs). This behavior is also useful in our current state when the app resource and cli are in flux. For now, without a way to specify a flag, either to delete the logs or to keep them, delete-by-default behavior helps us clean all the log files from the application's cloud files container. This is very useful for our CI jobs.