mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
extra logging
This commit is contained in:
committed by
Michael Schurter
parent
e2553a13d4
commit
14cc4f7337
@@ -56,7 +56,7 @@ func (a *Agent) internalPluginConfigs() (map[loader.PluginID]*loader.InternalPlu
|
||||
|
||||
for id, reg := range catalog {
|
||||
if reg.Config == nil {
|
||||
a.logger.Warn("skipping loading internal plugin because it is missing its configuration", "plugin", id)
|
||||
a.logger.Error("skipping loading internal plugin because it is missing its configuration", "plugin", id)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user