ing
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -13,7 +13,7 @@
|
||||
"stopOnEntry": false,
|
||||
"mainClass": "com.loafle.overflow.container.general.GeneralContainer",
|
||||
"projectName": "container_general",
|
||||
"args": "60000"
|
||||
"args": "60000 -Dlogging.config=file:\"/project/go/src/git.loafle.net/overflow/probe/_build/bin/general.logging.xml\""
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
|
||||
@@ -24,7 +24,6 @@ public class GeneralContainerClient extends ContainerClient {
|
||||
|
||||
private Map<Class<?>, Object> services;
|
||||
|
||||
|
||||
protected void init() throws Exception {
|
||||
super.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user