Remove structured logging from the logger interface
This commit is contained in:
@@ -6,8 +6,6 @@ package log
|
||||
// Logger serves as an adapter interface for logger libraries
|
||||
// so that dex does not depend on any of them directly.
|
||||
type Logger interface {
|
||||
WithField(key string, value interface{}) Logger
|
||||
|
||||
Info(msg string)
|
||||
Warn(msg string)
|
||||
|
||||
|
Reference in New Issue
Block a user