feat: Log the table's partition template on successful creation
parent
7662b12dd9
commit
5d457212d4
|
@ -130,6 +130,7 @@ impl table_service_server::TableService for TableService {
|
|||
info!(
|
||||
%name,
|
||||
table_id = %table.id,
|
||||
partition_template = ?table.partition_template,
|
||||
"created table"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue