Add Schema Name to logs
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.
Because StarRocks is compatible with MySQL, Tables belong to databases, and Schema is not used very much. I guess what you mean by Schema name is actually Database name
Yes, I meant database, I used the term Schema because in some places MySql uses that wording.
@arielmoraes Do you want to try to resolve it?