https://github.com/frobware/haproxy-issue-1914
Test runs & logs for https://github.com/haproxy/haproxy/issues/1914
https://github.com/frobware/haproxy-issue-1914
Last synced: about 1 month ago
JSON representation
Test runs & logs for https://github.com/haproxy/haproxy/issues/1914
- Host: GitHub
- URL: https://github.com/frobware/haproxy-issue-1914
- Owner: frobware
- License: mit
- Created: 2022-11-16T11:32:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T12:39:22.000Z (over 3 years ago)
- Last Synced: 2025-10-11T16:17:41.494Z (6 months ago)
- Size: 77.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haproxy-issue-1914
Test runs & logs for https://github.com/haproxy/haproxy/issues/1914
mb errors matched by running:
$ grep error mb.log | awk '{print $9}' | while IFS=":" read host port; do echo; needle="::ffff:192.168.7.64:$port"; echo "Matching $needle"; rg "^${needle} \[" haproxy.log; done > errors.log