Open kevincai opened 1 year ago
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
remove the stale label. need to keep open and fix the issue.
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Steps to reproduce the behavior (Required)
java util logging is not properly initialized, all its log lines are printed to stdout (hence redirected to fe.out).
Jprotobuf-rpc-socket java package uses java.util.logging.
Following is a sample in fe.out
Need to bridge its logs to slf4j logging.
Expected behavior (Required)
all logs should go to log files
Real behavior (Required)
some logs leaked to stdout (fe.out)
StarRocks version (Required)
select current_version()