This commit is contained in:
crusader 2018-05-04 19:12:57 +09:00
parent a5ebfb95c5
commit 5f730ab5a2
2 changed files with 1 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -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",

View File

@ -24,7 +24,6 @@ public class GeneralContainerClient extends ContainerClient {
private Map<Class<?>, Object> services;
protected void init() throws Exception {
super.init();