You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
The plugin watcher currently logs a warning if it cannot watch a plugin folder.
2020-08-21T15:04:44.208-0400 WARN plugin/manager.go:364 unable to add /Users/scothis/.config/octant/plugins to JavaScript plugin watcher
github.com/vmware-tanzu/octant/pkg/plugin.(*Manager).watchJS
/Users/scothis/Development/vmware-tanzu/octant/pkg/plugin/manager.go:364
2020-08-21T15:04:44.208-0400 INFO plugin/manager.go:368 watching for new JavaScript plugins in ["/Users/scothis/.config/octant/plugins"]
* Show error for JS plugin watcher
Signed-off-by: Vikram Yadav <yvikram@vmware.com>
#1273
* log plugin startup errors and resume octant startup
- Do not error out from octant when plugin startup fails
Signed-off-by: Vikram Yadav <yvikram@vmware.com>
#2796
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin watcher currently logs a warning if it cannot watch a plugin folder.
This is confusing and is masks the actual error. Current code /~https://github.com/vmware-tanzu/octant/blob/master/pkg/plugin/manager.go#L362
Update this to display the error with the warning message and to not display any directories we failed to watch as being watched.
The text was updated successfully, but these errors were encountered: