gotosocial/internal/web
Daenney 68e6d08c76
[feature] Add a request ID and include it in logs (#1476)
This adds a lightweight form of tracing to GTS. Each incoming request is
assigned a Request ID which we then pass on and log in all our log
lines. Any function that gets called downstream from an HTTP handler
should now emit a requestID=value pair whenever it logs something.

Co-authored-by: kim <grufwub@gmail.com>
2023-02-17 12:02:29 +01:00
..
assets.go [feature] Add a request ID and include it in logs (#1476) 2023-02-17 12:02:29 +01:00
base.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
confirmemail.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
customcss.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
domain-blocklist.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
etag.go [feature] Add a request ID and include it in logs (#1476) 2023-02-17 12:02:29 +01:00
opengraph.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
profile.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
robots.go [feature] Public list of suspended domains (#1362) 2023-01-25 18:06:41 +01:00
rss.go [feature] Add a request ID and include it in logs (#1476) 2023-02-17 12:02:29 +01:00
settings-panel.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
thread.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
web.go [feature] Add a request ID and include it in logs (#1476) 2023-02-17 12:02:29 +01:00