https://github.com/flowingspdg/cs2-log-http
Go Gin handler for parsing HTTP log from CS2 Server.
https://github.com/flowingspdg/cs2-log-http
cs2 srcds
Last synced: 6 months ago
JSON representation
Go Gin handler for parsing HTTP log from CS2 Server.
- Host: GitHub
- URL: https://github.com/flowingspdg/cs2-log-http
- Owner: FlowingSPDG
- License: mit
- Created: 2020-02-10T17:12:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T20:44:15.000Z (over 1 year ago)
- Last Synced: 2025-05-12T12:08:13.605Z (8 months ago)
- Topics: cs2, srcds
- Language: Go
- Homepage: https://flowing.tokyo
- Size: 10.7 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# CS2 LOG HTTP
## Author
Shugo Kawamura
Github : [**FlowingSPDG**](http://github.com/FlowingSPDG)
Twitter : [**@FlowingSPDG**](http://twitter.com/FlowingSPDG) / [**@FlowingSPDG_EN**](http://twitter.com/FlowingSPDG_EN)
## About
This is HTTP Log parser middleware for Gin.
Parses log line from CS2 Server,and allows you to do something by those datas.
## Usage(Example)
- Go to examples folder,and ``go run main.go`` .
- Enable logs by CS Server side. ``logaddress_add_http "http://YOUR-GIN-Server:3090/csgolog"; mp_logdetail 3; log on;``
- You'll get std log output which describes informations in log line.