github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/cmd/docker-driver/config.json (about) 1 { 2 "description": "Loki Logging Driver", 3 "documentation": "https://github.com/grafana/loki", 4 "entrypoint": [ 5 "/bin/docker-driver" 6 ], 7 "network": { 8 "type": "host" 9 }, 10 "interface": { 11 "types": [ 12 "docker.logdriver/1.0" 13 ], 14 "socket": "loki.sock" 15 }, 16 "env": [ 17 { 18 "name": "LOG_LEVEL", 19 "description": "Set log level to output for plugin logs", 20 "value": "info", 21 "settable": [ 22 "value" 23 ] 24 }, 25 { 26 "name": "PPROF_PORT", 27 "description": "Activate pprof debugging endpoint for the given port.", 28 "value": "", 29 "settable": [ 30 "value" 31 ] 32 } 33 ] 34 }