refs #2112: Port SmartExecutor to be compliant with new Authorization
https://support.d4science.org/issues/2112 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@122945 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3cf1364c5b
commit
1ff064b7e6
|
@ -278,8 +278,8 @@ public class SmartExecutorInitializator implements ApplicationManager {
|
|||
|
||||
logger.trace(
|
||||
"\n-------------------------------------------------------\n"
|
||||
+ "Smart Executor Started Successfully\n"
|
||||
+ "-------------------------------------------------------");
|
||||
+ "Smart Executor Started Successfully on scope {}\n"
|
||||
+ "-------------------------------------------------------", scope);
|
||||
|
||||
// TODO Launch repetitive thread for global task take over
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue