probeyang opened a new issue #6841: URL: https://github.com/apache/skywalking/issues/6841
Please answer these questions before submitting your issue. - Why do you submit this issue? - Question or discussion ___ ### Question - What do you want to know? i only use tornado,agent work well;when i use gunicorn + tornado, agent create span ok, but not report data ___ ### Bug - Which version of SkyWalking, OS, and JRE? - Which company or project? - What happened? when i used: python app.py run server, get result is:  this detail message: `web_1 | FAST: 2021-04-26 08:50:33 (1) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f41898cba90> web_1 | FAST: 2021-04-26 08:50:33 (1) - udp socket object will get data web_1 | FAST: 2021-04-26 08:50:33 (1) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '76479f34a66c11eb9a780242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619427033601, 'te': 1619427033603, 'd': 2, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 200}, 'l': []} web_1 | FAST: 2021-04-26 08:50:33 (1) - udp socket object get data web_1 | FAST: 2021-04-26 08:50:33 (1) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 08:50:33 (1) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "76479f34a66c11eb9a780242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619427033601, "te": 1619427033603, "d": 2, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 200}, "l": []}', result is: 373 fluent-bit-tornado | [2021/04/26 08:50:34] [debug] [task] created task=0x7fa3346371e0 id=0 OK fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:2 e:dev er:false g:{"http_method":"GET","status_code":200,"url":"http://127.0.0.1:9005/"} id:76479f34a66c11eb9a780242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619427033603 tn:test ts:1619427033601 u:ru y:Http] fluent-bit-tornado | [2021/04/26 08:50:34] [debug] [out coro] cb_destroy coro_id=0 fluent-bit-tornado | [2021/04/26 08:50:34] [debug] [task] destroy task=0x7fa3346371e0 (task_id=0) web_1 | FAST: 2021-04-26 08:53:05 (1) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f41898de450> web_1 | FAST: 2021-04-26 08:53:05 (1) - udp socket object will get data web_1 | FAST: 2021-04-26 08:53:05 (1) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': 'd0b0e85ea66c11eb9a780242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619427185286, 'te': 1619427185288, 'd': 2, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 08:53:05 (1) - udp socket object get data web_1 | FAST: 2021-04-26 08:53:05 (1) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 08:53:05 (1) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "d0b0e85ea66c11eb9a780242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619427185286, "te": 1619427185288, "d": 2, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 fluent-bit-tornado | [2021/04/26 08:53:06] [debug] [task] created task=0x7fa3346371e0 id=0 OK fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:2 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:d0b0e85ea66c11eb9a780242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619427185288 tn:test ts:1619427185286 u:ru y:Http] fluent-bit-tornado | [2021/04/26 08:53:06] [debug] [out coro] cb_destroy coro_id=1 fluent-bit-tornado | [2021/04/26 08:53:06] [debug] [task] destroy task=0x7fa3346371e0 (task_id=0) web_1 | FAST: 2021-04-26 08:53:11 (1) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f41898de710> web_1 | FAST: 2021-04-26 08:53:11 (1) - udp socket object will get data web_1 | FAST: 2021-04-26 08:53:11 (1) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': 'd42d9572a66c11eb9a780242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619427191136, 'te': 1619427191137, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 08:53:11 (1) - udp socket object get data web_1 | FAST: 2021-04-26 08:53:11 (1) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 08:53:11 (1) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "d42d9572a66c11eb9a780242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619427191136, "te": 1619427191137, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 fluent-bit-tornado | [2021/04/26 08:53:11] [debug] [task] created task=0x7fa3346371e0 id=0 OK fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:d42d9572a66c11eb9a780242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619427191137 tn:test ts:1619427191136 u:ru y:Http] fluent-bit-tornado | [2021/04/26 08:53:11] [debug] [out coro] cb_destroy coro_id=2 fluent-bit-tornado | [2021/04/26 08:53:11] [debug] [task] destroy task=0x7fa3346371e0 (task_id=0)` when i used: gunicorn app:app, get result is:   this detail message: `fluent-bit-tornado | FAST输出插件初始化完成! fluent-bit-tornado | [2021/04/26 09:12:32] [debug] [router] match rule syslog.0:fastout.0 fluent-bit-tornado | [2021/04/26 09:12:32] [ info] [sp] stream processor started web_1 | FAST: 2021-04-26 09:12:32 (1) - working_directory = '/' web_1 | FAST: 2021-04-26 09:12:32 (1) - sys.prefix = '/usr/local' web_1 | FAST: 2021-04-26 09:12:32 (1) - sys.version_info = sys.version_info(major=3, minor=7, micro=10, releaselevel='final', serial=0) web_1 | FAST: 2021-04-26 09:12:32 (1) - sys.executable = '/usr/local/bin/python' web_1 | FAST: 2021-04-26 09:12:32 (1) - sys.flags = sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=0) web_1 | FAST: 2021-04-26 09:12:32 (1) - sys.path = ['/usr/local/lib/python3.7/site-packages/fast_tracker/bootstrap', '/usr/local/lib/python37.zip', '/usr/local/lib/python3.7', '/usr/local/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/site-packages'] web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_ADMIN_COMMAND = "['/usr/local/bin/fast-boot', 'run-program', 'gunicorn', '-c', 'wsgi_cfg.py', 'app:app']" web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_CONFIG_FILE = '/FastTracker.json' web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_DEBUG = 'true' web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_PYTHON_PREFIX = '/usr/local' web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_PYTHON_VERSION = '3.7' web_1 | FAST: 2021-04-26 09:12:32 (1) - PYTHONPATH = '/usr/local/lib/python3.7/site-packages/fast_tracker/bootstrap' web_1 | FAST: 2021-04-26 09:12:32 (1) - PYTHON_GET_PIP_SHA256 = 'e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de' web_1 | FAST: 2021-04-26 09:12:32 (1) - PYTHON_GET_PIP_URL = 'https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public/get-pip.py' web_1 | FAST: 2021-04-26 09:12:32 (1) - PYTHON_PIP_VERSION = '21.0.1' web_1 | FAST: 2021-04-26 09:12:32 (1) - PYTHON_VERSION = '3.7.10' web_1 | FAST: 2021-04-26 09:12:32 (1) - root_directory = '/usr/local/lib/python3.7/site-packages' web_1 | FAST: 2021-04-26 09:12:32 (1) - boot_directory = '/usr/local/lib/python3.7/site-packages/fast_tracker/bootstrap' web_1 | FAST: 2021-04-26 09:12:32 (1) - FAST_PYTHON_PREFIX= '/usr/local' web_1 | FAST: 2021-04-26 09:12:32 (1) - actual_python_prefix= '/usr/local' web_1 | FAST: 2021-04-26 09:12:32 (1) - python_prefix_matches = True web_1 | FAST: 2021-04-26 09:12:32 (1) - python_version_matches = True web_1 | FAST: 2021-04-26 09:12:32 (1) - initialize_agent = True web_1 | FAST: 2021-04-26 09:12:32 (1) - config_file_dir: '/FastTracker.json' web_1 | FAST: 2021-04-26 09:12:32 (1) - agent_version = '3.0.40' web_1 | FAST: 2021-04-26 09:12:32 (1) - agent start import web_1 | FAST: 2021-04-26 09:12:33 (1) - agent init start web_1 | FAST: 2021-04-26 09:12:33 (1) - python version is:(3, 7) web_1 | FAST: 2021-04-26 09:12:33 (1) - udp socket start web_1 | FAST: 2021-04-26 09:12:33 (1) - agent init end web_1 | FAST: 2021-04-26 09:12:33 (1) - udp socket object success web_1 | FAST: 2021-04-26 09:12:35 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf4a47590> web_1 | FAST: 2021-04-26 09:12:36 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf4a41890> web_1 | FAST: 2021-04-26 09:12:36 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf670b410> web_1 | FAST: 2021-04-26 09:12:37 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf670be50> web_1 | FAST: 2021-04-26 09:12:37 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf4a47ed0> web_1 | FAST: 2021-04-26 09:12:38 (9) - tornado span is: <fast_tracker.trace.span.EntrySpan object at 0x7f1cf49dd950> web_1 | FAST: 2021-04-26 09:13:11 (9) - udp socket start web_1 | FAST: 2021-04-26 09:13:11 (9) - udp socket object success web_1 | FAST: 2021-04-26 09:13:11 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:11 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8a5e6e46a66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428355796, 'te': 1619428355800, 'd': 4, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:11 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8a5e6e46a66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428355796, "te": 1619428355800, "d": 4, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:12 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8ac77ddca66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428356484, 'te': 1619428356485, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8ac77ddca66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428356484, "te": 1619428356485, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:12 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8b156cfea66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428356995, 'te': 1619428356996, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8b156cfea66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428356995, "te": 1619428356996, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:12 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8b568022a66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428357421, 'te': 1619428357422, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8b568022a66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428357421, "te": 1619428357422, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:12 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8b9839e0a66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428357852, 'te': 1619428357853, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8b9839e0a66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428357852, "te": 1619428357853, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object will get data web_1 | FAST: 2021-04-26 09:13:12 (9) - report_struct: {'pc': 'crp', 'ac': 'member', 'sn': 'crp_wsgi', 'e': 'dev', 'tn': 'test', 'u': 'ru', 'id': '8bd4a83aa66f11ebada10242ac1a0003', 'p': -1, 's': 0, 't': 'Entry', 'y': 'Http', 'ts': 1619428358248, 'te': 1619428358249, 'd': 1, 'c': 'Tornado', 'o': '/', 'r': '127.0.0.1:9005', 'er': False, 'g': {'http_method': 'GET', 'url': 'http://127.0.0.1:9005/', 'status_code': 304}, 'l': []} web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket object get data web_1 | FAST: 2021-04-26 09:13:12 (9) - udp socket ip: fluent-bit-tornado, port: 5140 web_1 | FAST: 2021-04-26 09:13:12 (9) - sended message: b'{"pc": "crp", "ac": "member", "sn": "crp_wsgi", "e": "dev", "tn": "test", "u": "ru", "id": "8bd4a83aa66f11ebada10242ac1a0003", "p": -1, "s": 0, "t": "Entry", "y": "Http", "ts": 1619428358248, "te": 1619428358249, "d": 1, "c": "Tornado", "o": "/", "r": "127.0.0.1:9005", "er": false, "g": {"http_method": "GET", "url": "http://127.0.0.1:9005/", "status_code": 304}, "l": []}', result is: 373 fluent-bit-tornado | [2021/04/26 09:13:12] [debug] [task] created task=0x7fc12d8371e0 id=0 OK fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:4 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8a5e6e46a66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428355800 tn:test ts:1619428355796 u:ru y:Http] fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8ac77ddca66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428356485 tn:test ts:1619428356484 u:ru y:Http] fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8b156cfea66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428356996 tn:test ts:1619428356995 u:ru y:Http] fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8b568022a66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428357422 tn:test ts:1619428357421 u:ru y:Http] fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8b9839e0a66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428357853 tn:test ts:1619428357852 u:ru y:Http] fluent-bit-tornado | 原始日志: map[ac:member c:Tornado d:1 e:dev er:false g:{"http_method":"GET","status_code":304,"url":"http://127.0.0.1:9005/"} id:8bd4a83aa66f11ebada10242ac1a0003 l:null o:/ p:-1 pc:crp r:127.0.0.1:9005 s:0 sn:crp_wsgi t:Entry te:1619428358249 tn:test ts:1619428358248 u:ru y:Http] fluent-bit-tornado | [2021/04/26 09:13:12] [debug] [out coro] cb_destroy coro_id=0 fluent-bit-tornado | [2021/04/26 09:13:12] [debug] [task] destroy task=0x7fc12d8371e0 (task_id=0) web_1 | FAST: 2021-04-26 09:13:12 (1) - udp socket start web_1 | FAST: 2021-04-26 09:13:12 (1) - udp socket object success` ___ ### Requirement or improvement - Please describe your requirements or improvement suggestions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org