|
|
@@ -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());
|