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
Real-life scenario that's highly impacted by that problem is searching in the logs.
When log file can be arbitrary split on the search tokens, you cannot reliable find anything in the logs.
Expected behavior
One line in the file 1
Actual behavior
Several lines in the output file.
Compare it with the redirection of stdout which works as expected.
Steps to reproduce
Run some executable that outputs a long line to stderr and redirect it.
For example
Real-life scenario that's highly impacted by that problem is searching in the logs.
When log file can be arbitrary split on the search tokens, you cannot reliable find anything in the logs.
Expected behavior
One line in the file
1Actual behavior
Several lines in the output file.
Compare it with the redirection of
stdoutwhich works as expected.Environment data