Logging: Make log messages consistent
Log messages (especially from src/main.cpp) should be checked for consistency.
- Uppercase/lowercase (as suggested by @drummer1154 in #1284)
- Trailing dots
- Indentation
- Leading characters such as
-
The rules (e.g. leading - for command line flag-related output?) should be documented somewhere.
Of course I am willing to contribute to consistent user messages.
But please look at https://github.com/jamulussoftware/jamulus/issues/1289#issuecomment-818306326
My perception is that user input is not very welcome - developer input takes precedence.
@hoffie I don't think this is a good first issue since it needs discussion first. Therefore I've removed the good first issue label.
If we stay to the current style "options" would have a - in front.
I think @pgScorpio (sorry for another ping here...) did a first step towards simplification and unification here: https://github.com/jamulussoftware/jamulus/pull/2598
@ann0see
I think @pgScorpio (sorry for another ping here...) did a first step towards simplification and unification here: #2598
No problem ;=)
Yes that is probably a first step, but I agree that maybe the message texts could be somewhat more consistent too.