You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: reduce log verbosity by changing info logs to debug (#1496)
* style(grpc): change info log to debug log
Signed-off-by: Gaius <gaius.qi@gmail.com>
* feat: reduce log verbosity by changing info logs to debug
Changes log levels from `info` to `debug` for verbose operational logs
to reduce noise in production environments. This includes:
- Backend operations (HDFS head/get requests)
- Parent selector operations (register/unregister, weight updates)
- Piece collector sync operations
- gRPC request/response logging
- Proxy request routing decisions
- Scheduler announcements
- Stream message transmission confirmations
Also removes redundant log messages that don't provide additional value:
- Duplicate request logging in handlers
- Metadata initialization confirmations
- Content/piece length debug prints
These changes maintain important milestone logs at `info` level while
moving routine operational details to `debug` level for better log
clarity in production deployments.
Signed-off-by: Gaius <gaius.qi@gmail.com>
---------
Signed-off-by: Gaius <gaius.qi@gmail.com>
0 commit comments