diff options
author | Valery Piashchynski <[email protected]> | 2021-01-18 18:10:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-18 18:10:41 +0300 |
commit | 4c32ad8cf5c2f70086ded5d11460be598b4c8117 (patch) | |
tree | beea14fd1e690d77c83b43b7c75376dd74cd6ebc /plugins/logger | |
parent | 77be5a1d2db3ca6ce1408f254391c66e0c5367e8 (diff) |
Fix incorrectly set environment variables in the server plugin
Diffstat (limited to 'plugins/logger')
-rw-r--r-- | plugins/logger/plugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/logger/plugin.go b/plugins/logger/plugin.go index 01bf5cc0..250127b0 100644 --- a/plugins/logger/plugin.go +++ b/plugins/logger/plugin.go @@ -64,6 +64,5 @@ func (z *ZapLogger) ServiceLogger(n endure.Named) (Logger, error) { func (z *ZapLogger) Provides() []interface{} { return []interface{}{ z.ServiceLogger, - z.DefaultLogger, } } |