(t *testing.T, content string)
| 777 | } |
| 778 | |
| 779 | func (f *FakeLogger) assertNotContains(t *testing.T, content string) { |
| 780 | require.False(t, bytes.Contains(f.buf.Bytes(), []byte(content))) |
| 781 | } |
| 782 | |
| 783 | func TestLogSourceIPs(t *testing.T) { |
| 784 | var level log.Level |