flyznex / klog-plugin

Simple Krakend http request logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Krakend http request logging


Languages

Language:Go 91.9%Language:Shell 4.1%Language:Dockerfile 4.1%