This commit is contained in:
2026-08-30 10:46:39 +07:00
parent f09a53b6c3
commit 20c51cf39f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name = "GeneralUtils"
uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
version = "0.6.4"
version = "0.6.5"
authors = ["tonaerospace <tonaerospace.etc@gmail.com>"]
[deps]
+1
View File
@@ -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)