An open API service indexing awesome lists of open source software.

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

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