Skip to content

flyznex/klog-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors