dshackle
dshackle copied to clipboard
Access logs not working
I have passed access logs config in dshackle file but log files doesn;t get created `egress-log: enabled: true filename: /app/log/egress_log.jsonl
ingress-log: enabled: true filename: /app/log/ingress_log.jsonl`
also the starter logs shows :
2023-19-01 14:16:51.262 | INFO | MonitoringSetup | Run Prometheus metrics on 0.0.0.0:8081/metrics 2023-19-01 14:16:51.451 | INFO | AccessLogWriter | Access Log is disabled 2023-19-01 14:16:51.453 | INFO | GrpcServer | Starting gRPC Server... 2023-19-01 14:16:51.456 | INFO | GrpcServer | Listening Native gRPC on 0.0.0.0:2449
even when the flags are passed
docker image using 13.1