forked from github/multus-cni
Add 'verbose' option to logging minimum information (#275)
This change address #274 to add 'verbose option which outputs minimum information (for usual runs with a bit information than 'error').
This commit is contained in:
committed by
Doug Smith
parent
102cfc349d
commit
61416cbd40
@@ -50,6 +50,8 @@ var _ = Describe("logging operations", func() {
|
||||
Expect(loggingLevel).To(Equal(DebugLevel))
|
||||
SetLogLevel("Error")
|
||||
Expect(loggingLevel).To(Equal(ErrorLevel))
|
||||
SetLogLevel("VERbose")
|
||||
Expect(loggingLevel).To(Equal(VerboseLevel))
|
||||
SetLogLevel("PANIC")
|
||||
Expect(loggingLevel).To(Equal(PanicLevel))
|
||||
})
|
||||
|
Reference in New Issue
Block a user