add docker scripts

This commit is contained in:
CaiHQ 2021-12-03 09:16:35 +08:00
parent 242cd6d314
commit c8cf9cca58

View File

@ -116,8 +116,8 @@ public class ActionExecutor<T, U> {
public void handle(String action, final U args, final T callback)
throws IllegalAccessException, IllegalArgumentException, InvocationTargetException {
LOGGER.info("handling " + action + "...");
LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args));
// LOGGER.info("handling " + action + "...");
// LOGGER.debug("handle : " + action + " ->" + JsonUtil.toJson(args));
if (null != action) {
if (staticData.containsKey(action)) {