Skip to content

Instantly share code, notes, and snippets.

@yingfeng
Created November 7, 2014 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yingfeng/a60c95d5a71e839d8c3c to your computer and use it in GitHub Desktop.
Save yingfeng/a60c95d5a71e839d8c3c to your computer and use it in GitHub Desktop.
{
"endpoints": [
"0.0.0.0:8888"
],
"backlog": 512,
"threads": 2,
"buffer_size": 65536,
"logger": {
"level": "debug",
"frontends": [
{
"formatter": {
"type": "string",
"pattern": "[%(timestamp)s] [%(severity)s]: %(message)s"
},
"sink": {
"type": "stream",
"output": "stdout"
}
}
]
},
"daemon": {
"fork": false,
"uid": 1000
},
"monitor-port": 9999,
"request_header": "X-Request",
"trace_header": "X-Trace",
"application": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment