mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 16:06:19 +00:00
* fix(logs): find active log file across date boundaries Fixes #42875 When gateway runs across midnight, openclaw channels logs was looking for today's log file instead of the active one. This change makes the CLI find the most recently modified log file as a fallback. (cherry picked from commitfba6b88e86) * fix(channels): resolve active log file for channel logs (cherry picked from commitee87397a43) --------- Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com>