diff --git a/handlers_nats.go b/handlers_nats.go index 0b00b0c..165925b 100644 --- a/handlers_nats.go +++ b/handlers_nats.go @@ -198,6 +198,8 @@ func createEventHandler(m *nats.Msg, message *RequestMessage) error { // Restore from snapshot if it's noted in the request if len(appTemplate.Snapshot) > 0 { + log.Printf("App %s is going to be created from %s snapshot\n", message.AppName, appTemplate.Snapshot) + // Setup processors snapshotProcessor := apps.SnapshotProcessor{ AppsPath: config.AppsPath,