https://github.com/flyznex/klog-plugin
Simple Krakend http request logging
https://github.com/flyznex/klog-plugin
api-gateway gateway-api go golang krakend krakend-ce logging middleware plugin
Last synced: 3 months ago
JSON representation
Simple Krakend http request logging
- Host: GitHub
- URL: https://github.com/flyznex/klog-plugin
- Owner: flyznex
- Created: 2022-07-12T06:38:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T08:27:44.000Z (about 3 years ago)
- Last Synced: 2025-05-20T19:29:45.901Z (5 months ago)
- Topics: api-gateway, gateway-api, go, golang, krakend, krakend-ce, logging, middleware, plugin
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KLog-Plugin
- Krakend plugin for logging requestNow load plugin in the configuration.
```
"plugin": {
"pattern": ".so",
"folder": "./plugins/"
},
```
Add the plugin and `extra_config` entries in your configuration
```
"plugin/http-server": {
"name": [
"klog-plugin"
],
"klog-plugin": {
"skip_paths": ["/path-skip-logging","/__health"],
"enabled": true
}
}
```