Browse Source

append actions name

main
ghost 7 months ago
parent
commit
90d7a88933
  1. 6
      example/config.json

6
example/config.json

@ -31,7 +31,7 @@
"debug": "debug":
{ {
"enabled":true, "enabled":true,
"template":"[{time}] connected {host}:{port} captcha: {code}" "template":"[{time}] welcome {host}:{port} captcha: {code}"
} }
}, },
"pending": "pending":
@ -50,7 +50,7 @@
"debug": "debug":
{ {
"enabled":true, "enabled":true,
"template":"[{time}] connected {host}:{port} captcha: {code} sent: {sent}" "template":"[{time}] pending {host}:{port} captcha: {code} sent: {sent}"
} }
}, },
"handler": "handler":
@ -69,7 +69,7 @@
"debug": "debug":
{ {
"enabled":true, "enabled":true,
"template":"[{time}] {host}:{port} captcha: {code} sent: {sent} length: {size} bytes {data}" "template":"[{time}] handler {host}:{port} captcha: {code} sent: {sent} length: {size} bytes {data}"
} }
} }
}, },

Loading…
Cancel
Save