append actions name

This commit is contained in:
ghost 2024-04-30 03:54:10 +03:00
parent 04de500173
commit 90d7a88933

View File

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