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
@@ -156,6 +156,7 @@ func (l *PluginLoader) scan() ([]os.FileInfo, error) {
|
||||
if err != nil {
|
||||
// There are no plugins to scan
|
||||
if os.IsNotExist(err) {
|
||||
l.logger.Debug("skipping external plugins since plugin_dir doesn't exist")
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user