|
|
|
@ -31,7 +31,7 @@
@@ -31,7 +31,7 @@
|
|
|
|
|
"debug": |
|
|
|
|
{ |
|
|
|
|
"enabled":true, |
|
|
|
|
"template":"[{time}] connected {host}:{port} captcha: {code}" |
|
|
|
|
"template":"[{time}] welcome {host}:{port} captcha: {code}" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"pending": |
|
|
|
@ -50,7 +50,7 @@
@@ -50,7 +50,7 @@
|
|
|
|
|
"debug": |
|
|
|
|
{ |
|
|
|
|
"enabled":true, |
|
|
|
|
"template":"[{time}] connected {host}:{port} captcha: {code} sent: {sent}" |
|
|
|
|
"template":"[{time}] pending {host}:{port} captcha: {code} sent: {sent}" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"handler": |
|
|
|
@ -69,7 +69,7 @@
@@ -69,7 +69,7 @@
|
|
|
|
|
"debug": |
|
|
|
|
{ |
|
|
|
|
"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}" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|