feat: Log the table's partition template on successful creation

pull/24376/head
Carol (Nichols || Goulding) 2023-05-25 13:02:58 -04:00
parent 7662b12dd9
commit 5d457212d4
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ impl table_service_server::TableService for TableService {
info!(
%name,
table_id = %table.id,
partition_template = ?table.partition_template,
"created table"
);