Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
BUG FIX: 高版本系统的1100日志无subject信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianlitp committed Dec 18, 2019
1 parent f2800e7 commit ebf6939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _generate_alert_doc(self, **kwargs) -> dict:
}
doc = self._get_base_doc(
level=self._get_level(),
unique_id=self._get_unique_id(self.code, self.log.subject_info.user_name),
unique_id=self._get_unique_id(self.code, self.log.dc_host_name),
form_data=form_data
)
return doc
Expand Down

0 comments on commit ebf6939

Please sign in to comment.