From c1313409db894c9346ef70ef908324d70a0304ab Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:23:36 -0600 Subject: [PATCH] configured log date fmt --- appdaemon.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appdaemon.yaml b/appdaemon.yaml index 74f974f..6f17ea5 100644 --- a/appdaemon.yaml +++ b/appdaemon.yaml @@ -18,3 +18,9 @@ http: admin: api: hadashboard: + +logs: + main_log: + date_format: '%Y-%m-%d %I:%M:%S %p' + error_log: + date_format: '%Y-%m-%d %I:%M:%S %p'