SIENTIAPDE-1325
Update OPC connection logging to include server name in success message
This commit is contained in:
@@ -106,7 +106,7 @@ class OPC(SientiaMonitoring):
|
|||||||
attachment_content=error_data.get('attachment_content', None),
|
attachment_content=error_data.get('attachment_content', None),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.logger.info(f'OPC server {opc_id} connected successfully.')
|
self.logger.info(f'OPC server {opc_id}:{server["server_name"]} connected successfully.')
|
||||||
|
|
||||||
async def write_data(
|
async def write_data(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user