ing
This commit is contained in:
parent
a5ebfb95c5
commit
5f730ab5a2
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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user