diff options
author | Robert Griebl <[email protected]> | 2023-06-27 16:37:45 +0200 |
---|---|---|
committer | Robert Griebl <[email protected]> | 2023-06-27 14:51:12 +0000 |
commit | 995eb2c822b82eba8849fcd6dc7de465a7ca72f3 (patch) | |
tree | d7e6f4936c70284038ba93f21d37da9ed2d99698 /am-config-neptune.yaml | |
parent | 7f3bda0bdc9c4c1c704fbcf8585e3470f9f9e9f5 (diff) |
Change-Id: I5dd88d1f01b77b833f8d141ea689f7647ea420c7
Reviewed-by: Dominik Holland <[email protected]>
Diffstat (limited to 'am-config-neptune.yaml')
-rw-r--r-- | am-config-neptune.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml index d173756c..9c1054f5 100644 --- a/am-config-neptune.yaml +++ b/am-config-neptune.yaml @@ -74,7 +74,9 @@ logging: - "qml*=true" - "cursor.navigation=false" - "qt3ds.*=false" - - "shared.com.pelagicore.map.info=false" - "*.info=true" + - "shared.com.pelagicore.map.info=false" + - "qt.qml.overloadresolution.info=false" + - "qt.qml.binding.removal.info=false" - "*.warning=true" - "*.critical=true" |