qt_istat: remove "Error" from logger strings#3194
Conversation
A warning log message should not include the string "Error". And for critical log messages it is redundant.
|
What are you trying to fix? |
Oh yes in this case you are totally right as well as in some further. That's why I assigned you... My starting point was this log message: And for this, the "Error" does not really fit into a warning. So IMHO either or But for most of the others, the pattern is different and simply removing the "Error" does not work. |
|
I'm just interested in what the best message for users. It didn't occur to me that a warning with the word error would be confusing or does it just 'feel' wrong? This is how I intended it (I think): I would say I have been pretty loose in the definition of message levels. |
I agree if it is a warning about a syntax error, but if it's just a message about a missing entry, then I would tend to So I would suggest to revert everything of this PR except that line - are you fine with that?
Yes, we can add it to your document https://github.com/LinuxCNC/linuxcnc/blob/gui-reference-docs/docs/src/gui/gui-dev-reference.adoc |
|
Is there a way to revert from the Github interface? |

A warning log message should not include the string "Error". And for critical log messages it is redundant.