Run Modes
{
"http_mode": "release"
}Available modes
Mode
Gin framework mode
Request logging
Query statistics
Use case
Mode details
debug
debug[GIN-debug] GET /:ip_address --> main.Maxmind_Query_IP (3 handlers)
[GIN] 2025/06/12 - 10:00:01 | 200 | 1.234ms | 10.0.0.1 | GET /8.8.8.8
[ Total Queries: 5 | Cached: 3 [60.0%] | Not Cached: 2 [40.0%] - 8.8.8.8 pull from cache.release
releasetest
testproduction
productionChoosing a mode
Scenario
Recommended mode
Last updated