roo00 6 سال پیش
والد
کامیت
dbe7ed60a3

+ 3 - 0
o2server/x_file_assemble_control/src/main/java/com/x/file/assemble/control/ThisApplication.java

@@ -1,6 +1,8 @@
 package com.x.file.assemble.control;
 
 import com.x.base.core.project.Context;
+import com.x.base.core.project.config.Config;
+import com.x.base.core.project.logger.LoggerFactory;
 import com.x.collaboration.core.message.Collaboration;
 import com.x.file.assemble.control.jaxrs.file.FileRemoveQueue;
 
@@ -18,6 +20,7 @@ public class ThisApplication {
 
 	public static void init() {
 		try {
+			LoggerFactory.setLevel(Config.logLevel().x_file_assemble_control());
 			fileRemoveQueue = new FileRemoveQueue();
 			context().startQueue(fileRemoveQueue);
 			Collaboration.start(context());

+ 1 - 1
o2server/x_file_core_entity/src/main/java/com/x/file/core/entity/open/ReferenceType.java

@@ -10,6 +10,6 @@ import com.x.base.core.entity.JpaObject;
  */
 public enum ReferenceType {
 
-	processPlatformJob, processPlatformForm, portalPage, cmsDocument, forumDocument, forumReply, component;
+	processPlatformJob, processPlatformForm, mindInfo, portalPage, cmsDocument, forumDocument, forumReply, component; 
 	public static final int length = JpaObject.length_64B;
 }