From 4fc989a8d4d6c34cbae8a66ad41d5ef2239d4322 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 22 May 2018 08:59:36 +0200 Subject: [PATCH 5/8] =?UTF-8?q?ajout=20d'une=20ligne=20de=20log=20sur=20le?= =?UTF-8?q?=20changement=20de=20statut=20d'une=20instance=20venant=20d'ozw?= =?UTF-8?q?illo=20=C3=A0=20TO=5FDESTROY=20(to=20be=20rebased)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hobo/contrib/ozwillo/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hobo/contrib/ozwillo/views.py b/hobo/contrib/ozwillo/views.py index 9f8028c..2de0b40 100644 --- a/hobo/contrib/ozwillo/views.py +++ b/hobo/contrib/ozwillo/views.py @@ -139,4 +139,5 @@ def delete_publik_instance(request): except OzwilloInstance.DoesNotExist: return HttpResponseBadRequest('no instance with id %s' % data['instance_id']) instance.to_destroy() + logger.info(u'ozwillo: destroy registered for %s (%s)', instance.domain_slug, instance.external_ozwillo_id) return HttpResponse(status=200) -- 2.17.0