Change tag

This commit is contained in:
Douglas Barone 2022-04-11 12:23:47 -04:00
parent 88a244b58d
commit 1c83ed527c

View File

@ -17,7 +17,7 @@ export async function updateAccessPoint(
})
logInfo({
tags: ['updateAccessPoint', 'accessPoints'],
tags: ['accessPointUpdated', 'accessPoints'],
message: `O usuário ${auth.displayName} (${auth.sAMAccountName}) atualizou as informações do AP ${accessPoint.name || accessPoint.hostname}`,
data: accessPoint
})