safedb 디버깅

This commit is contained in:
Rinjae
2025-09-25 16:27:14 +09:00
parent dd5ff97549
commit 6893c78d04
@@ -77,6 +77,7 @@ public class SafeDBWrapper extends SafeDBBroker {
// return (byte[]) super.methodInvoke("encrypt",
// new Class<?>[]{String.class, String.class, String.class, String.class},
// new Object[]{userId, table, column, data});
log.debug("[SafeDBWrapper] real / userId : {}, table : {}, column : {}, data : {}", userId, table, column, data);
return safedb.encrypt(userId, table, column, data);
} catch (Exception e) {
throw new SafeDBWrapperSdkException("[SafeDBWrapper] Encrypt error: " + e.getMessage(), e);