From 55ec3c71441abda7c6058f4c2cc569c129f635ba Mon Sep 17 00:00:00 2001 From: Sebastien Premont-Tendland Date: Mon, 9 Mar 2020 18:34:18 -0400 Subject: Added proper logging to sdc-listener MS - Logging was not configured properly to use logback file. - Updated the sdc-distribution-client version to 1.4.0 - Changed the default username for SDC to cds from vid Issue-ID: CCSDK-2160 Signed-off-by: Sebastien Premont-Tendland Change-Id: Iea89ccf10ac61f44c0ce1765db9dad13ea666510 --- ms/sdclistener/application/src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms/sdclistener/application/src/main/resources') diff --git a/ms/sdclistener/application/src/main/resources/application.yaml b/ms/sdclistener/application/src/main/resources/application.yaml index 424f0a5c0..d07d8ae61 100644 --- a/ms/sdclistener/application/src/main/resources/application.yaml +++ b/ms/sdclistener/application/src/main/resources/application.yaml @@ -2,7 +2,7 @@ listenerservice: config: asdcAddress: ${asdcAddress:localhost:8443} messageBusAddress: ${messageBusAddress:localhost} - user: ${sdcusername:vid} + user: ${sdcusername:cds} password: ${password:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U} pollingInterval: ${pollingInterval:15} pollingTimeout: ${pollingTimeout:60} -- cgit 1.2.3-korg