Open
Description
I want to request an enhancement on the logs to add the Schema Name. Our solution uses a schema per tenant approach, where each schema has the same modeling (same MVs etc). The problem is the logs don't show for which schema the message is from, example: 2025-06-16 14:30:22.985Z INFO (starrocks-taskrun-pool-0|234) [PartitionBasedMvRefreshProcessor.getRefTableRefreshPartitions():1302] [dim_classification_tags] ref-base-table dim_classification_tags is not found in
mvRefBaseTableIntersectedPartitions because of empty update
. The MV dim_classification_tags
exists in multiple schemas with the same name.