mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 18:46:26 +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 commit fba6b88e8644365360f82802cbe25039a091409d) * fix(channels): resolve active log file for channel logs (cherry picked from commit ee87397a4323f04fdd37a2fc136de02e648a92d5) --------- Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| test-helpers | ||
| config.test.ts | ||
| config.ts | ||
| console-capture.test.ts | ||
| console-settings.test.ts | ||
| console-timestamp.test.ts | ||
| console.ts | ||
| diagnostic-log-events.test.ts | ||
| diagnostic-memory.test.ts | ||
| diagnostic-memory.ts | ||
| diagnostic-payload.ts | ||
| diagnostic-runtime.ts | ||
| diagnostic-session-state.ts | ||
| diagnostic-stability-bundle.test.ts | ||
| diagnostic-stability-bundle.ts | ||
| diagnostic-stability.test.ts | ||
| diagnostic-stability.ts | ||
| diagnostic-stuck-session-recovery.integration.test.ts | ||
| diagnostic-stuck-session-recovery.runtime.test.ts | ||
| diagnostic-stuck-session-recovery.runtime.ts | ||
| diagnostic-support-bundle.test.ts | ||
| diagnostic-support-bundle.ts | ||
| diagnostic-support-export.test.ts | ||
| diagnostic-support-export.ts | ||
| diagnostic-support-log-redaction.ts | ||
| diagnostic-support-redaction.ts | ||
| diagnostic.test.ts | ||
| diagnostic.ts | ||
| env-log-level.ts | ||
| level-filter.test.ts | ||
| levels.test.ts | ||
| levels.ts | ||
| log-file-path.ts | ||
| log-file-size-cap.test.ts | ||
| log-tail.test.ts | ||
| log-tail.ts | ||
| log-test-helpers.ts | ||
| logger-env.test.ts | ||
| logger-redaction-behavior.test.ts | ||
| logger-settings.test.ts | ||
| logger-timestamp.test.ts | ||
| logger-transport.test.ts | ||
| logger.browser-import.test.ts | ||
| logger.settings.test.ts | ||
| logger.ts | ||
| node-require.ts | ||
| parse-log-line.test.ts | ||
| parse-log-line.ts | ||
| redact-bounded.ts | ||
| redact-identifier.ts | ||
| redact.test.ts | ||
| redact.ts | ||
| state.ts | ||
| subsystem.test.ts | ||
| subsystem.ts | ||
| timestamps.test.ts | ||
| timestamps.ts | ||
| types.ts | ||