Skip to content

Commit

Permalink
new server information
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 18, 2018
1 parent 998564b commit e7e6583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appier_extras/parts/diag/part.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ def _loggly_log(self):
item.update(
hostname = self._hostname,
name = self.owner.name_b,
instance = self.owner.instance
instance = self.owner.instance,
server = self.owner.server_full
)
api = self._get_loggly_api()
if not api: return
Expand Down

0 comments on commit e7e6583

Please sign in to comment.