emeraldpay / emeraldpay/dshackle
Access logs not working
- Dominant language
- Rust
- Stars
- 350
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.