From d3eeb821e65e48295500a6d8ed52a7f73c8fe733 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 6 Mar 2018 18:37:14 -0500 Subject: Fix the accidental openecomp to onap Change the files that referenced openecomp to onap Change the deploy vm 1 to look for a different phrase when start the microservice and update the application properties to have empty username and password for dmaap since the keys needs to be provided even if the values for them are empty Issue-ID: AAI-95 Issue-ID: AAI-96 Change-Id: Idf6e4050733d395397fdbf3b6b12dfaf6ed677b4 Signed-off-by: Venkata Harish K Kajur --- .../appconfig/localhost-access-logback.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 aai-traversal/appconfig/localhost-access-logback.xml (limited to 'aai-traversal/appconfig/localhost-access-logback.xml') diff --git a/aai-traversal/appconfig/localhost-access-logback.xml b/aai-traversal/appconfig/localhost-access-logback.xml new file mode 100644 index 0000000..a318796 --- /dev/null +++ b/aai-traversal/appconfig/localhost-access-logback.xml @@ -0,0 +1,62 @@ + + + + + ${AJSC_HOME}/logs/ajsc-jetty/localhost_access.log + + ${AJSC_HOME}/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd} + + + + %a %u %z [%t] "%m %U%q" %s %b %y %i{X-TransactionId} %i{X-FromAppId} %i{X-Forwarded-For} %i{X-AAI-SSL-Client-CN} %i{X-AAI-SSL-Client-OU} %i{X-AAI-SSL-Client-O} %i{X-AAI-SSL-Client-L} %i{X-AAI-SSL-Client-ST} %i{X-AAI-SSL-Client-C} %i{X-AAI-SSL-Client-NotBefore} %i{X-AAI-SSL-Client-NotAfter} %i{X-AAI-SSL-Client-DN} %D + + + + + + \ No newline at end of file -- cgit 1.2.3-korg