aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2020-02-14 08:37:31 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-02-14 09:46:33 +0000
commit1ee2f3f9d65ccbbe200f7f802abfd7e4d9a1741a (patch)
treeada6aa0e4933fbe0582e98e81643fbfe17b43400
parentb0b3807a804a378e4d73d658b2c14dd2e11bbd49 (diff)
Disable logging from the vehicle app running on ogl-runtime
Task-number: AUTOSUITE-1434 Change-Id: Id298427e9d39dc331e9996daa8cfbf717805c377 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
-rw-r--r--am-config-lucee.yaml1
-rw-r--r--am-config-neptune.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/am-config-lucee.yaml b/am-config-lucee.yaml
index 6eec38aa..91510c7e 100644
--- a/am-config-lucee.yaml
+++ b/am-config-lucee.yaml
@@ -77,3 +77,4 @@ logging:
- "*.warning=true"
- "*.critical=true"
- "cursor.navigation=false"
+ - "qt3ds.*=false"
diff --git a/am-config-neptune.yaml b/am-config-neptune.yaml
index f684f6a4..1fde4d2d 100644
--- a/am-config-neptune.yaml
+++ b/am-config-neptune.yaml
@@ -75,3 +75,4 @@ logging:
- "*.warning=true"
- "*.critical=true"
- "cursor.navigation=false"
+ - "qt3ds.*=false"