openclaw/src/logging
Liu Yuan ade46d8ab7
fix(logging): log timestamps use local time instead of UTC (#28434)
* fix(logging): log timestamps use local time instead of UTC

Problem: Log timestamps used UTC, but docs say they should use host local timezone

* test(logging): add test for logger timestamp format

Verify logger uses local time (not UTC) in file logs

* changelog: note logger timestamp local-time fix

---------

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-03-02 07:57:03 -08:00
..
config.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
console-capture.test.ts test(logging): dedupe stream and state-dir env assertions 2026-02-21 23:34:38 +00:00
console-settings.test.ts test: dedupe and optimize test suites 2026-02-19 15:19:38 +00:00
console-timestamp.test.ts
console.ts Feat/logger support log level validation0222 (#23436) 2026-02-22 11:15:13 +01:00
diagnostic-session-state.ts feat: add stuck loop detection and exponential backoff infrastructure for agent polling (#17118) 2026-02-16 15:16:35 -05:00
diagnostic.test.ts feat(diagnostics): add configurable stuck-session warning threshold 2026-03-02 00:07:29 +00:00
diagnostic.ts refactor(diagnostics): hot-reload stuck warning threshold 2026-03-02 00:32:33 +00:00
env-log-level.ts Feat/logger support log level validation0222 (#23436) 2026-02-22 11:15:13 +01:00
levels.ts Feat/logger support log level validation0222 (#23436) 2026-02-22 11:15:13 +01:00
log-file-size-cap.test.ts fix(logging): cap file logs with configurable maxFileBytes 2026-02-22 17:58:51 +01:00
logger-env.test.ts fix(logging): cap file logs with configurable maxFileBytes 2026-02-22 17:58:51 +01:00
logger-timestamp.test.ts fix(logging): log timestamps use local time instead of UTC (#28434) 2026-03-02 07:57:03 -08:00
logger.ts fix(logging): log timestamps use local time instead of UTC (#28434) 2026-03-02 07:57:03 -08:00
node-require.ts refactor(logging): share node createRequire resolution 2026-02-22 07:44:57 +00:00
parse-log-line.test.ts
parse-log-line.ts
redact-identifier.ts
redact.test.ts fix(security): harden regex compilation for filters and redaction 2026-02-23 23:54:50 +00:00
redact.ts fix(security): harden regex compilation for filters and redaction 2026-02-23 23:54:50 +00:00
state.ts Feat/logger support log level validation0222 (#23436) 2026-02-22 11:15:13 +01:00
subsystem.test.ts feat: add pre-prompt context size diagnostic logging (openclaw#8930) thanks @Glucksberg 2026-02-13 17:54:22 -06:00
subsystem.ts fix(ui): unblock docker onboarding build 2026-02-19 16:32:33 +01:00
timestamps.test.ts fix(logs): respect TZ env var for timestamp display, fix Windows timezone (#21859) 2026-03-02 08:44:37 -06:00
timestamps.ts fix(logs): respect TZ env var for timestamp display, fix Windows timezone (#21859) 2026-03-02 08:44:37 -06:00