
housemeandGitHub
0d68851f7a
refactor(logging): standardize rustfs runtime events (#3396)
* fix(rpc): adjust log levels and reduce noise in storage RPC layer
Issue #682: pool rebalance normal flow logs were using warn! instead
of info!. Additionally, several high-frequency RPC entry points (ping,
write_stream, read_at, walk_dir) were logging at info! level, causing
unnecessary log noise in production.
Changes:
- load_rebalance_meta: warn! → info! for normal flow (3 occurrences)
- ping body decode: info! → debug! (fires on every health check)
- write_stream/read_at/walk_dir entry: info! → debug!
- metrics.rs: lowercase error messages, add structured error field
- http_service.rs: add structured error field to walk_dir failure
- Add tracing::instrument fields for start_rebalance context
* refactor(logging): standardize rustfs runtime events
* build(deps): bump workspace dependency versions
* build(deps): pin time to 0.3.47
* build(deps): update postgres client versions
2026-06-13 08:39:47 +08:00
..
2026-06-08 11:59:14 +00:00
2026-06-12 13:11:59 +08:00
2026-06-11 22:22:13 +08:00
2026-03-18 21:05:09 +08:00
2026-06-07 16:23:38 +00:00
2026-06-12 15:07:17 +08:00
2026-06-07 19:26:35 +08:00
2026-06-13 08:39:47 +08:00
2026-04-18 07:51:15 +00:00
2026-05-06 15:09:02 +00:00
2026-05-29 11:52:46 +00:00
2026-04-11 21:48:05 +08:00
2026-06-02 22:40:37 +08:00
2026-04-30 06:11:14 +00:00
2026-03-16 18:17:55 +08:00
2026-05-21 05:47:32 +00:00
2026-06-07 19:26:35 +08:00
2025-12-28 21:57:44 +08:00
2026-05-29 11:52:46 +00:00
2026-05-29 11:52:46 +00:00
2026-05-21 15:20:39 +00:00
2026-04-26 16:42:35 +00:00
2026-05-16 11:09:04 +00:00
2026-04-21 21:21:01 +00:00
2026-04-28 10:26:14 +00:00
2026-05-29 08:02:50 +00:00
2026-04-17 16:57:21 +00:00
2026-05-23 04:52:46 +00:00
2026-05-07 02:47:53 +00:00
2026-04-30 06:11:14 +00:00
2026-06-11 12:04:34 +08:00
2026-04-25 01:33:08 +00:00
2026-04-28 10:26:14 +00:00
2026-04-29 03:27:55 +00:00
2026-05-28 14:26:31 +00:00
2026-06-12 18:08:23 +08:00