diff --git a/tsNotificacionesClient.vb b/tsNotificacionesClient.vb index 45398f2..a5d2e74 100644 --- a/tsNotificacionesClient.vb +++ b/tsNotificacionesClient.vb @@ -57,8 +57,7 @@ Public Class TsNotificacionesClient Dim apiUrl = If(config("TsNotificaciones:ApiUrl"), "http://localhost:7159") Dim idAplicacion = Integer.Parse(If(config("TsNotificaciones:IdAplicacion"), "1")) - Dim Origen = If(config("TsNotificaciones:Origen"), "Tecnosis") - Dim Aplicacion = If(config("TsNotificaciones:Aplicacion"), idAplicacion.ToString) + Dim Aplicacion = If(config("TsNotificaciones:Aplicacion"), "Tecnosis idAplicacion: " & idAplicacion.ToString) Dim apiKey = If(config("TsNotificaciones:ApiKey"), String.Empty) Dim nombreServidor = If(config("TsNotificaciones:NombreServidor"), Environment.MachineName) @@ -83,7 +82,7 @@ Public Class TsNotificacionesClient ele = EventLogEntryType.Error End Select - EventLog.WriteEntry(".NET Runtime", $"{Origen} {Aplicacion} {titulo} {descripcion}", ele, 1000) + EventLog.WriteEntry(".NET Runtime", $"{Aplicacion} {titulo} {descripcion}", ele, 1000) Else ' --- LINUX: ILogger → journald --- diff --git a/tsUtilidades.vbproj b/tsUtilidades.vbproj index 61f6d67..2074b9e 100644 --- a/tsUtilidades.vbproj +++ b/tsUtilidades.vbproj @@ -16,11 +16,12 @@ net8.0 tsUtilidades net8.0, libreria - 1.1.13 + 1.1.14 Manuel Tecnosis S.A Utilidades Varias + - 2026-04-10 1.1.14 Se corrige tsNotificacionesClient - 2026-04-10 1.1.13 Se corrige tsNotificacionesClient - 2026-04-28 1.1.11 Se añade log del sistema a tsNotificacionesClient - 2026-04-10 1.1.10 Se corrige tsNotificacionesClient