summaryrefslogtreecommitdiff
path: root/tests/plugins/logger
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/logger')
-rw-r--r--tests/plugins/logger/.rr.yaml2
-rw-r--r--tests/plugins/logger/logger_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/logger/.rr.yaml b/tests/plugins/logger/.rr.yaml
index cb555ec3..5ab359d3 100644
--- a/tests/plugins/logger/.rr.yaml
+++ b/tests/plugins/logger/.rr.yaml
@@ -1,3 +1,3 @@
logs:
mode: development
- level: debug \ No newline at end of file
+ level: error \ No newline at end of file
diff --git a/tests/plugins/logger/logger_test.go b/tests/plugins/logger/logger_test.go
index cc788be3..63f233ee 100644
--- a/tests/plugins/logger/logger_test.go
+++ b/tests/plugins/logger/logger_test.go
@@ -6,7 +6,7 @@ import (
"sync"
"testing"
- "github.com/spiral/endure"
+ endure "github.com/spiral/endure/pkg/container"
"github.com/spiral/roadrunner/v2/plugins/config"
"github.com/spiral/roadrunner/v2/plugins/logger"
"github.com/stretchr/testify/assert"