StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.2k stars 1.83k forks source link

bridge java.util.logging to slf4j logging #31777

Open kevincai opened 1 year ago

kevincai commented 1 year ago

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

image

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)

github-actions[bot] commented 8 months 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!

kevincai commented 8 months ago

remove the stale label. need to keep open and fix the issue.

github-actions[bot] commented 2 months 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!