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).