Skip to content

Commit 326241f

Browse files
authored
fix(kms-connector): removing compound emoji for the server not to truncate logs (#589)
1 parent d779dc5 commit 326241f

File tree

1 file changed

+1
-1
lines changed
  • kms-connector/simple-connector/src/core/decryption

1 file changed

+1
-1
lines changed

kms-connector/simple-connector/src/core/decryption/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ impl<P: Provider + Clone> DecryptionHandler<P> {
7373
.collect();
7474

7575
info!(
76-
"⚙️ Processing {}DecryptionRequest-{} with {} ciphertexts, key_id: {}, FHE types: [{}]",
76+
"🔄 Processing {}DecryptionRequest-{} with {} ciphertexts, key_id: {}, FHE types: [{}]",
7777
request_type,
7878
request_id.to_string(),
7979
sns_ciphertext_materials.len(),

0 commit comments

Comments
 (0)