Skip to content

Commit

Permalink
Add support for log type
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Aug 10, 2021
1 parent abec779 commit 7c7157f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.orig
gtoggl/gtoggl
test

*.txt
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

## Directory-based project format
Expand Down
2 changes: 1 addition & 1 deletion logsender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ func BenchmarkLogzioSenderInmemory(b *testing.B) {

//E2E test
func TestLogzioSender_E2E(t *testing.T) {
l, err := New("McvJQAtOrFUZQRFMrvSqnKSEJhjjFZHz",
l, err := New("",
"fake",
SetInMemoryQueue(true),
SetUrl("https://listener.logz.io:8071"),
Expand Down

0 comments on commit 7c7157f

Please sign in to comment.