We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Send spans if they are too long (emeraldpay#225)
c972e27
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: