安正超
|
74571cc4ca
|
fix(format): remove whitespace regressions (#3675)
|
2026-06-21 08:39:26 +08:00 |
|
houseme
|
73a48c06e5
|
refactor(logging): align API response boundary events (#3466)
* refactor(logging): align api response boundary events
* refactor(logging): align heal admin boundary events
* refactor(logging): restore admin callsite line numbers
* refactor(logging): simplify audit target error logging
* refactor(logging): restore rpc callsite line numbers
|
2026-06-15 14:07:54 +08:00 |
|
houseme
|
e8012bd1ba
|
refactor(logging): normalize admin telemetry and error messages (#3430)
|
2026-06-14 13:27:10 +08:00 |
|
安正超
|
bed875d3e0
|
fix(logging): remove guardrail script trailing whitespace (#3424)
|
2026-06-14 08:35:59 +08:00 |
|
houseme
|
efa89a98ed
|
refactor(logging): standardize protocol and observability events (#3419)
* refactor(logging): standardize object capacity events
* refactor(logging): standardize protocol server events
* refactor(logging): standardize swift protocol events
* refactor(logging): standardize observability events
* refactor(logging): move masking helper and extend guardrails
|
2026-06-14 07:14:45 +08:00 |
|
houseme
|
7da10db852
|
refactor(logging): standardize heal and scanner events (#3414)
* refactor(logging): standardize heal and scanner events
* chore(git): untrack local logging governance note
* chore(git): ignore local logging governance note
|
2026-06-14 01:47:39 +08:00 |
|
houseme
|
9059a9c68d
|
refactor(logging): standardize concurrency and trusted proxy events (#3417)
* refactor(logging): standardize concurrency and proxy events
* chore(logging): extend guardrails for concurrency and proxies
* feat(skill): add rustfs logging governance skill
|
2026-06-14 01:00:26 +08:00 |
|
houseme
|
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 |
|
houseme
|
82af181dcf
|
refactor(logging): unify governance runtime events (#3367)
|
2026-06-11 22:26:02 +08:00 |
|
houseme
|
0a987d870b
|
refactor(logging): reduce runtime noise (#3363)
|
2026-06-11 19:49:01 +08:00 |
|