Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Don't display the entire stack trace on error (but still write it to the log). This was achieved by making VMError a subclass of LagoException. 2. When ignoring missing files, explain why. 3. Make the error message of ExtractPathNoPathError more informative. 4. Don't propagate errors to the outer log task when ignoring missing files, thus avoid false positives on stdout. Signed-off-by: gbenhaim <[email protected]>
- Loading branch information