safedb 디버깅
This commit is contained in:
@@ -77,6 +77,7 @@ public class SafeDBWrapper extends SafeDBBroker {
|
|||||||
// return (byte[]) super.methodInvoke("encrypt",
|
// return (byte[]) super.methodInvoke("encrypt",
|
||||||
// new Class<?>[]{String.class, String.class, String.class, String.class},
|
// new Class<?>[]{String.class, String.class, String.class, String.class},
|
||||||
// new Object[]{userId, table, column, data});
|
// 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);
|
return safedb.encrypt(userId, table, column, data);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new SafeDBWrapperSdkException("[SafeDBWrapper] Encrypt error: " + e.getMessage(), e);
|
throw new SafeDBWrapperSdkException("[SafeDBWrapper] Encrypt error: " + e.getMessage(), e);
|
||||||
|
|||||||
Reference in New Issue
Block a user