-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Your idea
The logs have accumulated noise, let's clean them up:
-
WARN | main_thread | AccessibilityController::reg | Already registered
-
WARN | main_thread | std::array<int,3> __cdecl parseVersion | Ignoring everything after third point: 5.0.0.1
-
main_thread | Qt | qrc:/qt/qml/MuseScore/NotationScene/UndoRedoToolBar.qml:56:13: Unable to assign a function to a property of any type other than var.
-
WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Inspector/text/TextSettings.qml:102: TypeError: Cannot read property 'isSymbolSizeAvailable' of null
-
WARN | main_thread | Qt | qrc:/qt/qml/MuseScore/Inspector/parts/PartsSettings.qml:81:17: Unable to assign [undefined] to mu::inspector::PropertyItem*
-
WARN | main_thread | Qt | qrc:/qt/qml/Muse/UiComponents/FlatButton.qml:220:5: QML Loader: Binding loop detected for property "itemImplicitWidth"
-
DEBUG | main_thread | AbstractMenuModel::findItem | There is more than one item for add-slur, will return the first one found
-
WARN | main_thread | AbstractMenuModel::makeMenuItem | not found action: vst-use-oldview
WARN | main_thread | AbstractMenuModel::makeMenuItem | not found action: vst-use-newview
Problem to be solved
Keep the logs clean of errors, warnings and noise
Prior art
No response
Additional context
No response
Checklist
- This request follows the guidelines for reporting issues
- I have verified that this feature request has not been logged before, by searching the issue tracker for similar requests