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
When errors occur, it is important to get the error message logged out. Otherwise it can get very annoying to debug. I have for example hit the following error:
Describe the bug
When errors occur, it is important to get the error message logged out. Otherwise it can get very annoying to debug. I have for example hit the following error:
tail/watch/inotify_tracker.go
Line 220 in ba755e4
I don't know why
fsnotify.NewWatcher()
would fail, but since the error message isn't included in the error log, it is almost impossible to debug.Expected behaviour
I would expect the error message is a part of the logs using something like the following:
Additional context
I actually came onto this error by using https://github.com/hpcloud/tail which is used in https://github.com/kubeflow/katib.
The text was updated successfully, but these errors were encountered: