refactor: remove full hash from log

This commit is contained in:
0x330a 2023-07-12 16:36:47 +10:00
parent a1b63fb3f9
commit c4eaebb322
No known key found for this signature in database
GPG Key ID: 267811D6E6A2698C
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ data class ConfigurationSyncJob(val destination: Destination): Job {
Log.w(TAG, "No hash returned for the configuration in namespace ${config.configNamespace()}")
return@forEachIndexed
}
Log.d(TAG, "Hash $insertHash returned from store request for new config")
Log.d(TAG, "Hash ${insertHash.take(4)} returned from store request for new config")
// confirm pushed seqno
val thisSeqNo = toPushMessage.seqNo