diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-11-17 15:21:13 -0800 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-11-18 18:18:01 +0000 |
commit | 75e64ef5a7904a1a512272c14f75bc91d5c00de7 (patch) | |
tree | 0e703f37cabcf67badd76d2cd4e8cae74f90cb4a /catalog-fe/sdc-frontend/startup.sh | |
parent | ab6d8edbe6215f67a33f1fbe7207b9ee0ab4b044 (diff) |
Fix SDC-FE not logging to STDOUT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3535
Change-Id: I4191e71132fada9bb63e12521e39072b462ff97a
Diffstat (limited to 'catalog-fe/sdc-frontend/startup.sh')
-rw-r--r-- | catalog-fe/sdc-frontend/startup.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/catalog-fe/sdc-frontend/startup.sh b/catalog-fe/sdc-frontend/startup.sh index e44f86629b..68363efb10 100644 --- a/catalog-fe/sdc-frontend/startup.sh +++ b/catalog-fe/sdc-frontend/startup.sh @@ -7,8 +7,7 @@ JAVA_OPTIONS="$JAVA_OPTIONS \ -Dconfiguration.yaml=$JETTY_BASE/config/catalog-fe/configuration.yaml \ -Donboarding_configuration.yaml=$JETTY_BASE/config/onboarding-fe/onboarding_configuration.yaml \ -Djavax.net.ssl.trustStore=$JETTY_BASE/etc/org.onap.sdc.trust.jks \ - -Djavax.net.ssl.trustStorePassword=z+KEj;t+,KN^iimSiS89e#p0 \ - -Djetty.console-capture.dir=$JETTY_BASE/logs" + -Djavax.net.ssl.trustStorePassword=z+KEj;t+,KN^iimSiS89e#p0" cd $JETTY_BASE/chef-solo chef-solo -c solo.rb -E ${ENVNAME} |