From 20c51cf39f741e509124a94aeeffe2bfbd02a161 Mon Sep 17 00:00:00 2001 From: narawat Date: Sun, 30 Aug 2026 10:46:39 +0700 Subject: [PATCH] update --- Project.toml | 2 +- src/util.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36e42a2..5de013d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeneralUtils" uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe" -version = "0.6.4" +version = "0.6.5" authors = ["tonaerospace "] [deps] diff --git a/src/util.jl b/src/util.jl index 929fca4..999aac9 100644 --- a/src/util.jl +++ b/src/util.jl @@ -1219,6 +1219,7 @@ function logger(msg::String; service_name::String=config["thisServiceName"], end end end + println("\n", entry) if nats_conn !== nothing && nats_status_topic !== nothing try NATS.publish(nats_conn, nats_status_topic, entry)