This commit is contained in:
crusader
2018-03-26 15:55:38 +09:00
parent e6f66ad7f0
commit ca13dea9cd
20 changed files with 329 additions and 29 deletions

Binary file not shown.

View File

@@ -0,0 +1,28 @@
{
"level": "debug",
"development": true,
"disableCaller": true,
"disableStacktrace": true,
"sampling": {
"initial": 100,
"thereafter": 100
},
"encoding": "console",
"encoderConfig": {
"messageKey": "message",
"levelKey": "level",
"timeKey": "time",
"nameKey": "name",
"callerKey": "caller",
"stacktraceKey": "stacktrace",
"lineEnding": "\n",
"levelEncoder": "color",
"timeEncoder": "ISO8601",
"durationEncoder": "string",
"callerEncoder": "full",
"nameEncoder": "full"
},
"outputPaths": ["/project/overFlow/probe/logs/overflow_probe_container_discovery.log"],
"errorOutputPaths": ["stderr"]
}

View File

@@ -0,0 +1,28 @@
{
"level": "debug",
"development": true,
"disableCaller": true,
"disableStacktrace": true,
"sampling": {
"initial": 100,
"thereafter": 100
},
"encoding": "console",
"encoderConfig": {
"messageKey": "message",
"levelKey": "level",
"timeKey": "time",
"nameKey": "name",
"callerKey": "caller",
"stacktraceKey": "stacktrace",
"lineEnding": "\n",
"levelEncoder": "color",
"timeEncoder": "ISO8601",
"durationEncoder": "string",
"callerEncoder": "full",
"nameEncoder": "full"
},
"outputPaths": ["/project/overFlow/probe/logs/overflow_probe_container_network.log"],
"errorOutputPaths": ["stderr"]
}

0
build/config/_ Normal file
View File

0
build/jre/_ Normal file
View File

0
build/logs/_ Normal file
View File

0
build/pid/_ Normal file
View File