From c078948a7ce2a0711d53ddeb5d3e4c9c617608b4 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 29 Aug 2026 19:12:14 +0700 Subject: [PATCH] update --- src/util.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.jl b/src/util.jl index cc02996..54e6d47 100644 --- a/src/util.jl +++ b/src/util.jl @@ -1174,8 +1174,6 @@ end """ - log(msg; service_name, nats_conn, nats_status_topic, log_dir, log_file) - Write a log entry to a local markdown file and optionally publish it to a NATS status topic. Each entry is prefixed with a timestamp and service name: `-[YYYY-MM-DDTHH:MM:SS.sss] [serviceName] msg`. The log file is capped at 100 entries (oldest entries are truncated on rotation).