update
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
name = "GeneralUtils"
|
name = "GeneralUtils"
|
||||||
uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
uuid = "c6c72f09-b708-4ac8-ac7c-2084d70108fe"
|
||||||
version = "0.6.4"
|
version = "0.6.5"
|
||||||
authors = ["tonaerospace <tonaerospace.etc@gmail.com>"]
|
authors = ["tonaerospace <tonaerospace.etc@gmail.com>"]
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|||||||
@@ -1219,6 +1219,7 @@ function logger(msg::String; service_name::String=config["thisServiceName"],
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
println("\n", entry)
|
||||||
if nats_conn !== nothing && nats_status_topic !== nothing
|
if nats_conn !== nothing && nats_status_topic !== nothing
|
||||||
try
|
try
|
||||||
NATS.publish(nats_conn, nats_status_topic, entry)
|
NATS.publish(nats_conn, nats_status_topic, entry)
|
||||||
|
|||||||
Reference in New Issue
Block a user