Skip to content

Commit 65bf80e

Browse files
Matthew Fishercarmstrong
authored andcommitted
feat(controller): log domains deployed
1 parent 9a9c40c commit 65bf80e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller/api/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ def __str__(self):
545545
def create(self):
546546
_publish_domains(app=str(self.app), domains=list(self.app.domain_set.all()))
547547
msg = 'Domains deployed: ' + ' '.join(str(i) for i in self.app.domain_set.all())
548+
log_event(self.app, msg)
548549

549550

550551
@python_2_unicode_compatible

0 commit comments

Comments
 (0)