aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/etc/appprops/janusgraph-realtime.properties4
-rw-r--r--src/main/resources/logback.xml2
-rw-r--r--src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties6
3 files changed, 3 insertions, 9 deletions
diff --git a/src/main/resources/etc/appprops/janusgraph-realtime.properties b/src/main/resources/etc/appprops/janusgraph-realtime.properties
index 3a7df75..22ce38e 100644
--- a/src/main/resources/etc/appprops/janusgraph-realtime.properties
+++ b/src/main/resources/etc/appprops/janusgraph-realtime.properties
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# org.onap.aai
# ================================================================================
-# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright � 2017 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ storage.hostname=localhost
#schema.default=none
storage.lock.wait-time=300
storage.hbase.table=aaigraph-dev1.dev
-storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure
+# storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure
# Setting db-cache to false ensure the fastest propagation of changes across servers
cache.db-cache = false
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 68cb299..bf6882a 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -1135,7 +1135,7 @@
<appender-ref ref="asyncMETRIC"/>
</logger>
<logger name="org.onap.aai.logging.ErrorLogHelper" level="WARN">
- <appender-ref ref="asyncERROR"/>
+ <appender-ref ref="STDOUT"/>
</logger>
<logger name="org.onap.aai.failover" level="DEBUG" additivity="false">
<appender-ref ref="asyncFailover" />
diff --git a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties b/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties
deleted file mode 100644
index dcbbf83..0000000
--- a/src/main/resources/org/janusgraph/graphdb/configuration/janusgraph.internal.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# TODO: Please remove this file once all we move away from 0.2.3
-# The reason we need this is because we built our own 0.2.3-SNAPSHOT
-# Janusgraph checks this file to see which it is compatible with
-
-janusgraph.compatible-versions=0.1.0,0.1.1,0.2.0,0.2.1,0.2.2,0.2.3-SNAPSHOT
-janusgraph.version=0.2.3