v0.7.2 Bug fixes
- Fixed bug crashing command "%cd" with no argument.
- Fixed error parsing: matching line number mix up with lines starting with 1 (instead of 0).
- Cleaned up logs: moved more logging to
klog
: most is disabled by default, but can be enabled
for debugging passing the flags--logtostderr --vmodule=...
(they work with--install
). - Fixed bug where #bytes written of parsed stderr was reported wrong, which lead to truncated errors.