An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# KLog-Plugin
- Krakend plugin for logging request

Now 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
}
}
```