Add http headers to trace log

This commit is contained in:
Deluan
2024-06-16 22:25:25 -04:00
parent 88eac6d7f3
commit 4044642abf
3 changed files with 14 additions and 5 deletions
+4
View File
@@ -150,6 +150,10 @@ var _ = Describe("Logger", func() {
})
Describe("IsGreaterOrEqualTo", func() {
BeforeEach(func() {
SetLogLevels(nil)
})
It("returns false if log level is below provided level", func() {
SetLevel(LevelError)
Expect(IsGreaterOrEqualTo(LevelWarn)).To(BeFalse())