Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/clients/cmd/docker-driver/config.json

34 lines
789 B

{
"description": "Loki Logging Driver",
"documentation": "https://github.com/grafana/loki",
"entrypoint": [
"/bin/docker-driver"
],
"network": {
"type": "host"
},
"interface": {
"types": [
"docker.logdriver/1.0"
],
"socket": "loki.sock"
},
"env": [
{
"name": "LOG_LEVEL",
"description": "Set log level to output for plugin logs",
"value": "info",
"settable": [
"value"
]
},
{
"name": "PPROF_PORT",
"description": "Activate pprof debugging endpoint for the given port.",
"value": "",
"settable": [
"value"
]
}
]
}