system_out_제거
This commit is contained in:
@@ -7,7 +7,7 @@ public class PrometheusController {
|
||||
|
||||
|
||||
public PrometheusController() {
|
||||
System.out.println("init");
|
||||
// System.out.println("init");
|
||||
}
|
||||
|
||||
// @GetMapping("/prometheus")
|
||||
|
||||
@@ -880,7 +880,7 @@ public class EAILogDAO {
|
||||
}
|
||||
|
||||
originalAttribute = sb.toString();
|
||||
System.out.println("DB 암호화 #2 : {"+ originalAttribute +"} -> {"+attribute+"}");
|
||||
// System.out.println("DB 암호화 #2 : {"+ originalAttribute +"} -> {"+attribute+"}");
|
||||
//logger.debug("DB 암호화 #2 : {} -> {}", originalAttribute, attribute);
|
||||
}
|
||||
}
|
||||
@@ -964,7 +964,7 @@ public class EAILogDAO {
|
||||
|
||||
try {
|
||||
encryptedBytes1 = safedb.encrypt(userName, tableName, columnName1, byteMsg);
|
||||
System.out.println("Encrypted Data : [" + new String(encryptedBytes1) + "]");
|
||||
// System.out.println("Encrypted Data : [" + new String(encryptedBytes1) + "]");
|
||||
|
||||
byte[] decryptedBytes1 = safedb.decrypt(userName, tableName, columnName1, encryptedBytes1);
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ public class ElinkStateManager {
|
||||
if (logger != null) {
|
||||
logger.warn(message);
|
||||
}
|
||||
System.out.println(DatetimeUtil.getCurrentTime() + " " + LOG_PREFIX + message);
|
||||
// System.out.println(DatetimeUtil.getCurrentTime() + " " + LOG_PREFIX + message);
|
||||
}
|
||||
|
||||
public static synchronized ElinkStateManager getInstance() {
|
||||
|
||||
Reference in New Issue
Block a user