Skip to content

Go Gin middleware for parsing HTTP log from CSGO Server.

License

Notifications You must be signed in to change notification settings

adamheath/csgo-log-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSGO LOG HTTP

Author

Shugo Kawamura
Github : FlowingSPDG
Twitter : @FlowingSPDG / @FlowingSPDG_EN

About

This is HTTP Log parser middleware for Gin. Parses log line from CSGO Server,and allows you to do something by those datas.

Usage(Example)

  • Go to examples folder,and go run main.go .
  • Enable logs by CSGO 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.

About

Go Gin middleware for parsing HTTP log from CSGO Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%