Codescribe
afed925404
log: persist internal runtime logs to disk
...
Add file-backed persistence to the internal logWriter so runtime logs
survive service restarts. When internal logging is enabled (CD mode,
no explicit log_path), writes are teed to both the existing in-memory
ring buffer and a rotated file on disk (ctrld.log in the home directory).
File rotation: 5MB max with 1 backup (ctrld.log.1), so max ~10MB on disk.
Log view/send now reads from the persisted files (including backup) to
provide complete history across restarts. Live tail continues to use
the in-memory subscriber mechanism unchanged.
Activation: same conditions as existing internal logging — CD mode only,
no log_path configured. No new config options or dependencies.
2026-04-29 15:12:44 +07:00
..
2024-02-07 14:40:18 +07:00
2025-01-24 14:54:20 +07:00
2025-12-18 17:10:39 +07:00
2025-12-18 17:10:39 +07:00
2025-02-18 20:25:13 +07:00
2024-08-07 15:51:11 +07:00
2026-03-03 14:26:39 +07:00
2026-03-25 13:58:44 +07:00
2023-08-15 18:22:38 +07:00
2026-03-25 13:58:44 +07:00
2023-08-15 18:22:38 +07:00
2026-03-25 13:58:44 +07:00
2026-03-03 15:36:46 +07:00
2026-04-01 17:35:08 +07:00
2026-03-03 14:26:39 +07:00
2026-03-03 15:15:16 +07:00
2026-03-03 14:26:39 +07:00
2026-04-01 17:35:08 +07:00
2023-08-15 18:22:38 +07:00
2024-10-24 13:05:48 +07:00
2024-10-24 13:05:48 +07:00
2025-09-25 16:44:39 +07:00
2026-03-25 13:58:44 +07:00
2026-04-29 15:12:44 +07:00
2026-04-29 15:12:44 +07:00
2023-12-13 14:53:29 +07:00
2024-05-24 18:21:07 +07:00
2023-08-15 18:22:38 +07:00
2026-03-03 14:26:39 +07:00
2024-08-07 15:51:11 +07:00
2025-01-20 15:03:27 +07:00
2025-02-10 18:45:17 +07:00
2025-02-10 18:45:17 +07:00
2024-12-19 21:34:26 +07:00
2025-01-31 20:04:03 +07:00
2023-09-22 18:42:21 +07:00
2023-08-15 18:22:38 +07:00
2023-11-16 20:55:39 +07:00
2025-02-18 20:25:13 +07:00
2025-05-15 17:00:59 +07:00
2025-05-15 17:00:59 +07:00
2023-08-15 18:22:38 +07:00
2025-11-12 15:14:40 +07:00
2023-08-15 18:22:38 +07:00
2024-12-19 21:34:37 +07:00
2026-03-03 14:29:09 +07:00
2023-08-15 18:22:38 +07:00
2023-08-15 18:22:38 +07:00
2024-05-09 18:39:30 +07:00
2025-06-04 18:36:51 +07:00
2025-02-26 00:44:13 +07:00
2025-07-15 20:59:57 +07:00
2025-02-26 00:44:13 +07:00
2026-03-03 14:26:39 +07:00
2024-08-07 15:51:11 +07:00
2023-11-06 20:01:03 +07:00
2023-11-06 20:01:03 +07:00
2024-08-07 15:54:20 +07:00
2025-06-04 18:36:51 +07:00
2024-02-22 18:15:36 +07:00
2025-02-10 18:55:36 +07:00
2025-05-15 17:00:59 +07:00
2025-05-15 17:00:59 +07:00
2024-08-07 15:51:11 +07:00
2024-08-07 15:51:11 +07:00
2024-08-16 13:50:11 +07:00
2025-03-26 23:18:36 +07:00
2025-03-26 23:18:36 +07:00
2025-03-26 23:18:36 +07:00
2023-08-15 18:22:38 +07:00
2026-03-03 14:26:39 +07:00
2026-03-03 14:26:39 +07:00
2026-03-03 14:26:39 +07:00
2025-02-24 18:36:08 +07:00
2025-03-26 23:18:04 +07:00
2024-12-19 21:34:21 +07:00
2026-03-25 13:58:24 +07:00
2025-03-26 23:18:04 +07:00
2025-02-11 19:27:41 +07:00
2026-04-01 17:23:53 +07:00
2024-02-07 14:40:18 +07:00